diff options
Diffstat (limited to 'components/style/lib.rs')
-rw-r--r-- | components/style/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/style/lib.rs b/components/style/lib.rs index 3280caa5cb3..5775dc1001b 100644 --- a/components/style/lib.rs +++ b/components/style/lib.rs @@ -67,7 +67,6 @@ pub extern crate nsstring_vendor as nsstring; extern crate num_integer; extern crate num_traits; extern crate ordered_float; -extern crate owning_ref; extern crate parking_lot; extern crate pdqsort; #[cfg(feature = "gecko")] extern crate precomputed_hash; |