aboutsummaryrefslogtreecommitdiffstats
path: root/components/msg/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/msg/lib.rs')
-rw-r--r--components/msg/lib.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/components/msg/lib.rs b/components/msg/lib.rs
index b2ddb8427b9..9fd61ed5a8d 100644
--- a/components/msg/lib.rs
+++ b/components/msg/lib.rs
@@ -8,8 +8,7 @@ extern crate azure;
extern crate geom;
extern crate layers;
extern crate serialize;
-extern crate servo_util = "util";
-extern crate std;
+extern crate "util" as servo_util;
extern crate url;
#[cfg(target_os="macos")]