aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/style/lib.rs')
-rw-r--r--components/style/lib.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/style/lib.rs b/components/style/lib.rs
index 412c7f142a2..05b358eec70 100644
--- a/components/style/lib.rs
+++ b/components/style/lib.rs
@@ -22,9 +22,9 @@ extern crate url;
extern crate cssparser;
extern crate encoding;
-
#[phase(plugin)]
-extern crate "macros" as servo_macros;
+extern crate lazy_static;
+
extern crate "util" as servo_util;