diff options
author | Simon Sapin <simon.sapin@exyr.org> | 2017-10-14 13:08:39 +0200 |
---|---|---|
committer | Simon Sapin <simon.sapin@exyr.org> | 2017-10-16 20:19:59 +0200 |
commit | a819cfb0fa8526f70d230076e81de2f471c9bfaf (patch) | |
tree | 6c0eae71b41d58f6debeec2e16ae2fa09942189c /components/script/dom/bluetooth.rs | |
parent | 99b052d3a6d59ad17ed2bf3d3c54af2bb40d926a (diff) | |
download | servo-a819cfb0fa8526f70d230076e81de2f471c9bfaf.tar.gz servo-a819cfb0fa8526f70d230076e81de2f471c9bfaf.zip |
Replace uses of libcore with libstd in components/script
Diffstat (limited to 'components/script/dom/bluetooth.rs')
-rw-r--r-- | components/script/dom/bluetooth.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/script/dom/bluetooth.rs b/components/script/dom/bluetooth.rs index 7da30e027cd..f9ab60ec59c 100644 --- a/components/script/dom/bluetooth.rs +++ b/components/script/dom/bluetooth.rs @@ -7,7 +7,6 @@ use bluetooth_traits::{BluetoothResponse, BluetoothResponseResult}; use bluetooth_traits::blocklist::{Blocklist, uuid_is_blocklisted}; use bluetooth_traits::scanfilter::{BluetoothScanfilter, BluetoothScanfilterSequence}; use bluetooth_traits::scanfilter::{RequestDeviceoptions, ServiceUUIDSequence}; -use core::clone::Clone; use dom::bindings::cell::DomRefCell; use dom::bindings::codegen::Bindings::BluetoothBinding::{self, BluetoothDataFilterInit, BluetoothLEScanFilterInit}; use dom::bindings::codegen::Bindings::BluetoothBinding::{BluetoothMethods, RequestDeviceOptions}; |