aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/style/lib.rs')
-rw-r--r--components/style/lib.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/components/style/lib.rs b/components/style/lib.rs
index 58dcafe9ceb..eabb8d20c51 100644
--- a/components/style/lib.rs
+++ b/components/style/lib.rs
@@ -60,7 +60,6 @@ extern crate matches;
extern crate num_integer;
extern crate num_traits;
extern crate ordered_float;
-extern crate owning_ref;
extern crate parking_lot;
extern crate pdqsort;
extern crate rayon;
@@ -99,7 +98,6 @@ pub mod keyframes;
pub mod logical_geometry;
pub mod matching;
pub mod media_queries;
-pub mod owning_handle;
pub mod parallel;
pub mod parser;
pub mod restyle_hints;