diff options
Diffstat (limited to 'components/layout/lib.rs')
-rw-r--r-- | components/layout/lib.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/components/layout/lib.rs b/components/layout/lib.rs index 2727000ef24..dd41d926b29 100644 --- a/components/layout/lib.rs +++ b/components/layout/lib.rs @@ -16,7 +16,6 @@ #![deny(unsafe_code)] -#![plugin(string_cache_plugin)] #![plugin(plugins)] extern crate app_units; @@ -52,7 +51,7 @@ extern crate script_traits; extern crate serde; extern crate serde_json; extern crate smallvec; -extern crate string_cache; +#[macro_use(atom, ns)] extern crate string_cache; extern crate style; extern crate unicode_bidi; extern crate unicode_script; |