diff options
author | Ms2ger <Ms2ger@gmail.com> | 2016-01-12 17:48:11 +0100 |
---|---|---|
committer | Ms2ger <Ms2ger@gmail.com> | 2016-01-13 09:37:28 +0100 |
commit | 86d3c576f21e76b23db5bfcfe1a81794148a97dd (patch) | |
tree | 9c6bc9da18001000b7dc3893e53a002ac7582e1d /components/devtools/lib.rs | |
parent | 53c4a782a0906c487139d4b6f3c62d9eca3f9f17 (diff) | |
download | servo-86d3c576f21e76b23db5bfcfe1a81794148a97dd.tar.gz servo-86d3c576f21e76b23db5bfcfe1a81794148a97dd.zip |
Remove some unused extern crates.
Diffstat (limited to 'components/devtools/lib.rs')
-rw-r--r-- | components/devtools/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/devtools/lib.rs b/components/devtools/lib.rs index 2db915203bf..0d1e5aac6bd 100644 --- a/components/devtools/lib.rs +++ b/components/devtools/lib.rs @@ -28,7 +28,6 @@ extern crate msg; extern crate rustc_serialize; extern crate serde; extern crate time; -extern crate url; extern crate util; use actor::{Actor, ActorRegistry}; |