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.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/components/layout/lib.rs b/components/layout/lib.rs
index 30057310032..5644f55b7c2 100644
--- a/components/layout/lib.rs
+++ b/components/layout/lib.rs
@@ -34,8 +34,7 @@ extern crate gfx;
extern crate layout_traits;
extern crate script;
extern crate script_traits;
-extern crate "serialize" as rustc_serialize;
-extern crate serialize;
+extern crate "rustc-serialize" as rustc_serialize;
extern crate png;
extern crate style;
#[macro_use]