diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2016-11-03 15:04:43 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-03 15:04:43 -0500 |
commit | 738f0eb97428f6b24c26df7e64a8328e0575b05c (patch) | |
tree | 5d31e7153bebb340dda5b18d356b3164486008d4 /components/script/lib.rs | |
parent | 4984a83f675484a752e305f2d592f6d9e774c4fb (diff) | |
parent | 4fbe415e8023538779dc9825e0da8fdc26f46c8f (diff) | |
download | servo-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/script/lib.rs')
-rw-r--r-- | components/script/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs index 9443bc65f91..d847af7b62f 100644 --- a/components/script/lib.rs +++ b/components/script/lib.rs @@ -32,6 +32,7 @@ extern crate audio_video_metadata; #[allow(unused_extern_crates)] #[macro_use] extern crate bitflags; +extern crate bluetooth_traits; extern crate canvas_traits; extern crate caseless; extern crate cookie as cookie_rs; |