aboutsummaryrefslogtreecommitdiffstats
path: root/components/msg/lib.rs
diff options
context:
space:
mode:
authorMs2ger <Ms2ger@gmail.com>2016-10-18 15:12:44 +0200
committerMs2ger <Ms2ger@gmail.com>2016-10-21 12:49:16 +0200
commite97f06800ecff47e0c5da1aea89f18090389dc42 (patch)
treef49f7694b6b93b1bdbad25a90defa5212c4891b6 /components/msg/lib.rs
parentbb271ef4afea02b6b1b5d207e773d1fedccd2906 (diff)
downloadservo-e97f06800ecff47e0c5da1aea89f18090389dc42.tar.gz
servo-e97f06800ecff47e0c5da1aea89f18090389dc42.zip
Move LoadData to script_traits.
Diffstat (limited to 'components/msg/lib.rs')
-rw-r--r--components/msg/lib.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/components/msg/lib.rs b/components/msg/lib.rs
index 6e0471e97ef..3918a7ada77 100644
--- a/components/msg/lib.rs
+++ b/components/msg/lib.rs
@@ -11,13 +11,10 @@
#[macro_use]
extern crate bitflags;
extern crate heapsize;
-extern crate hyper;
-extern crate hyper_serde;
extern crate ipc_channel;
extern crate serde;
#[macro_use]
extern crate serde_derive;
-extern crate url;
extern crate webrender_traits;
pub mod constellation_msg;