diff options
author | Ms2ger <Ms2ger@gmail.com> | 2016-07-04 14:45:29 +0200 |
---|---|---|
committer | Ms2ger <Ms2ger@gmail.com> | 2016-07-05 09:02:46 +0200 |
commit | 77caf83098baf8a9157d388442abcd243eb5825c (patch) | |
tree | dc20f5b5c344fe3e5775df54a713f31ba60d432b /components/msg/lib.rs | |
parent | b8fe9e9637a0824b028c307c0648052ccb6090a1 (diff) | |
download | servo-77caf83098baf8a9157d388442abcd243eb5825c.tar.gz servo-77caf83098baf8a9157d388442abcd243eb5825c.zip |
Move webdriver_msg to script_traits.
Diffstat (limited to 'components/msg/lib.rs')
-rw-r--r-- | components/msg/lib.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/components/msg/lib.rs b/components/msg/lib.rs index a3eda6b1796..13923b16b6e 100644 --- a/components/msg/lib.rs +++ b/components/msg/lib.rs @@ -10,15 +10,11 @@ #[allow(unused_extern_crates)] #[macro_use] extern crate bitflags; -extern crate cookie as cookie_rs; -extern crate euclid; extern crate heapsize; extern crate hyper; extern crate ipc_channel; -extern crate rustc_serialize; extern crate serde; extern crate url; extern crate webrender_traits; pub mod constellation_msg; -pub mod webdriver_msg; |