diff options
Diffstat (limited to 'components/util/lib.rs')
-rw-r--r-- | components/util/lib.rs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/components/util/lib.rs b/components/util/lib.rs index 8dcd3d6cad0..cac18875ac3 100644 --- a/components/util/lib.rs +++ b/components/util/lib.rs @@ -18,8 +18,6 @@ #![feature(step_trait)] #![feature(zero_one)] -#![plugin(string_cache_plugin)] - #[macro_use] extern crate log; extern crate azure; @@ -28,15 +26,12 @@ extern crate alloc; #[macro_use] extern crate cssparser; extern crate euclid; extern crate getopts; -extern crate layers; extern crate libc; extern crate num as num_lib; extern crate num_cpus; extern crate rand; extern crate rustc_serialize; -extern crate selectors; extern crate smallvec; -extern crate string_cache; extern crate url; use std::sync::Arc; @@ -50,7 +45,6 @@ pub mod linked_list; pub mod geometry; pub mod logical_geometry; pub mod mem; -pub mod namespace; pub mod opts; pub mod persistent_list; pub mod range; |