aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r--components/script/lib.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs
index cd2a0720ce2..0d0278f7172 100644
--- a/components/script/lib.rs
+++ b/components/script/lib.rs
@@ -31,7 +31,6 @@
#![doc = "The script crate contains all matters DOM."]
-#![plugin(string_cache_plugin)]
#![plugin(plugins)]
extern crate app_units;
@@ -72,7 +71,7 @@ extern crate script_traits;
#[macro_use(state_pseudo_classes)] extern crate selectors;
extern crate serde;
extern crate smallvec;
-extern crate string_cache;
+#[macro_use(atom, ns)] extern crate string_cache;
extern crate tendril;
extern crate time;
extern crate unicase;