aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/msg/msg.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/msg/msg.rs')
-rw-r--r--src/components/msg/msg.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/msg/msg.rs b/src/components/msg/msg.rs
index 745b346731b..fc6b7f3dd47 100644
--- a/src/components/msg/msg.rs
+++ b/src/components/msg/msg.rs
@@ -11,7 +11,7 @@ extern crate layers;
extern crate serialize;
extern crate servo_util = "util";
extern crate std;
-extern crate url = "url_";
+extern crate url;
#[cfg(target_os="macos")]
extern crate core_foundation;