aboutsummaryrefslogtreecommitdiffstats
path: root/components/bluetooth_traits/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/bluetooth_traits/lib.rs')
-rw-r--r--components/bluetooth_traits/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/bluetooth_traits/lib.rs b/components/bluetooth_traits/lib.rs
index 1a1dc1ec9a6..de07a9f4fd7 100644
--- a/components/bluetooth_traits/lib.rs
+++ b/components/bluetooth_traits/lib.rs
@@ -10,7 +10,7 @@ extern crate regex;
extern crate serde_derive;
extern crate util;
-pub mod blacklist;
+pub mod blocklist;
pub mod scanfilter;
use ipc_channel::ipc::IpcSender;