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 e96beb6efbc..bc77d885050 100644
--- a/components/bluetooth_traits/lib.rs
+++ b/components/bluetooth_traits/lib.rs
@@ -11,8 +11,8 @@ extern crate serde;
pub mod blocklist;
pub mod scanfilter;
-use ipc_channel::ipc::IpcSender;
use crate::scanfilter::{BluetoothScanfilterSequence, RequestDeviceoptions};
+use ipc_channel::ipc::IpcSender;
#[derive(Debug, Deserialize, Serialize)]
pub enum BluetoothError {