diff options
Diffstat (limited to 'components/style/lib.rs')
-rw-r--r-- | components/style/lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/components/style/lib.rs b/components/style/lib.rs index 968f720093d..b681e5d1804 100644 --- a/components/style/lib.rs +++ b/components/style/lib.rs @@ -43,7 +43,6 @@ extern crate atomic_refcell; extern crate bitflags; #[cfg(feature = "gecko")] #[macro_use] #[no_link] extern crate cfg_if; #[macro_use] extern crate cssparser; -#[macro_use] extern crate cssparser_macros; extern crate encoding; extern crate euclid; extern crate fnv; @@ -65,7 +64,6 @@ extern crate ordered_float; extern crate owning_ref; extern crate parking_lot; extern crate pdqsort; -extern crate phf; extern crate rayon; extern crate selectors; #[cfg(feature = "servo")] #[macro_use] extern crate serde_derive; |