diff options
Diffstat (limited to 'components/util/lib.rs')
-rw-r--r-- | components/util/lib.rs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/components/util/lib.rs b/components/util/lib.rs index 49fa606f39d..6cebd0155a5 100644 --- a/components/util/lib.rs +++ b/components/util/lib.rs @@ -18,7 +18,7 @@ #![feature(unicode)] #![feature(unsafe_destructor)] -#![allow(missing_copy_implementations)] +#![plugin(string_cache_plugin)] #[macro_use] extern crate log; @@ -44,8 +44,6 @@ extern crate string_cache; extern crate unicode; extern crate url; -#[no_link] #[macro_use] #[plugin] -extern crate string_cache_macros; extern crate lazy_static; pub use selectors::smallvec; |