aboutsummaryrefslogtreecommitdiffstats
path: root/components/gfx/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/gfx/lib.rs')
-rw-r--r--components/gfx/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/gfx/lib.rs b/components/gfx/lib.rs
index 6985cb1d6b1..ae69e50dfbf 100644
--- a/components/gfx/lib.rs
+++ b/components/gfx/lib.rs
@@ -25,7 +25,7 @@ extern crate "plugins" as servo_plugins;
extern crate "net" as servo_net;
#[macro_use]
extern crate util;
-extern crate "msg" as servo_msg;
+extern crate msg;
extern crate style;
extern crate skia;
extern crate time;