aboutsummaryrefslogtreecommitdiffstats
path: root/components/net/lib.rs
diff options
context:
space:
mode:
authorbors-servo <lbergstrom+bors@mozilla.com>2016-11-03 15:04:43 -0500
committerGitHub <noreply@github.com>2016-11-03 15:04:43 -0500
commit738f0eb97428f6b24c26df7e64a8328e0575b05c (patch)
tree5d31e7153bebb340dda5b18d356b3164486008d4 /components/net/lib.rs
parent4984a83f675484a752e305f2d592f6d9e774c4fb (diff)
parent4fbe415e8023538779dc9825e0da8fdc26f46c8f (diff)
downloadservo-738f0eb97428f6b24c26df7e64a8328e0575b05c.tar.gz
servo-738f0eb97428f6b24c26df7e64a8328e0575b05c.zip
Auto merge of #14044 - servo:bluetooth, r=emilio
Split the bluetooth code out from the net crates. <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/14044) <!-- Reviewable:end -->
Diffstat (limited to 'components/net/lib.rs')
-rw-r--r--components/net/lib.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/components/net/lib.rs b/components/net/lib.rs
index 90ae2cbe976..8c9a3ba4b6a 100644
--- a/components/net/lib.rs
+++ b/components/net/lib.rs
@@ -16,7 +16,6 @@ extern crate bitflags;
extern crate brotli;
extern crate content_blocker as content_blocker_parser;
extern crate cookie as cookie_rs;
-extern crate device;
extern crate devtools_traits;
extern crate flate2;
extern crate hyper;
@@ -34,7 +33,6 @@ extern crate net_traits;
extern crate openssl;
extern crate openssl_verify;
extern crate profile_traits;
-extern crate rand;
extern crate rustc_serialize;
#[macro_use]
extern crate serde_derive;
@@ -51,7 +49,6 @@ extern crate websocket;
pub mod about_loader;
pub mod blob_loader;
-pub mod bluetooth_thread;
pub mod chrome_loader;
pub mod connector;
pub mod content_blocker;