aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/layout/lib.rs')
-rw-r--r--components/layout/lib.rs4
1 files changed, 1 insertions, 3 deletions
diff --git a/components/layout/lib.rs b/components/layout/lib.rs
index ca85d83e9d1..de8f4755eeb 100644
--- a/components/layout/lib.rs
+++ b/components/layout/lib.rs
@@ -36,9 +36,7 @@ extern crate range;
extern crate rayon;
extern crate script_layout_interface;
extern crate script_traits;
-extern crate serde;
-#[macro_use]
-extern crate serde_derive;
+#[macro_use] extern crate serde;
extern crate serde_json;
extern crate servo_config;
extern crate servo_geometry;