diff options
Diffstat (limited to 'components/bluetooth_traits/lib.rs')
-rw-r--r-- | components/bluetooth_traits/lib.rs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/components/bluetooth_traits/lib.rs b/components/bluetooth_traits/lib.rs index 14965a55e6d..a4e54e25808 100644 --- a/components/bluetooth_traits/lib.rs +++ b/components/bluetooth_traits/lib.rs @@ -2,14 +2,12 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ -#[macro_use] -extern crate serde; - pub mod blocklist; pub mod scanfilter; use crate::scanfilter::{BluetoothScanfilterSequence, RequestDeviceoptions}; use ipc_channel::ipc::IpcSender; +use serde::{Deserialize, Serialize}; #[derive(Debug, Deserialize, Serialize)] pub enum BluetoothError { |