aboutsummaryrefslogtreecommitdiffstats
path: root/components/devtools
diff options
context:
space:
mode:
Diffstat (limited to 'components/devtools')
-rw-r--r--components/devtools/Cargo.toml1
-rw-r--r--components/devtools/lib.rs1
2 files changed, 0 insertions, 2 deletions
diff --git a/components/devtools/Cargo.toml b/components/devtools/Cargo.toml
index 318e17dcb86..b825ef9bc48 100644
--- a/components/devtools/Cargo.toml
+++ b/components/devtools/Cargo.toml
@@ -29,4 +29,3 @@ time = "0.1"
rustc-serialize = "0.3"
serde = "0.6"
serde_macros = "0.6"
-url = "0.5.2"
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};