diff options
Diffstat (limited to 'tests/unit/style/lib.rs')
-rw-r--r-- | tests/unit/style/lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/unit/style/lib.rs b/tests/unit/style/lib.rs index 9d7cdcae651..887de470ffa 100644 --- a/tests/unit/style/lib.rs +++ b/tests/unit/style/lib.rs @@ -9,7 +9,6 @@ extern crate app_units; extern crate cssparser; extern crate euclid; #[macro_use] extern crate html5ever_atoms; -extern crate owning_ref; extern crate parking_lot; extern crate rayon; extern crate rustc_serialize; @@ -26,7 +25,6 @@ mod attr; mod keyframes; mod logical_geometry; mod media_queries; -mod owning_handle; mod parsing; mod properties; mod rule_tree; |