aboutsummaryrefslogtreecommitdiffstats
path: root/components/net/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/net/lib.rs')
-rw-r--r--components/net/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/net/lib.rs b/components/net/lib.rs
index 45a6c4c114e..706af1a5347 100644
--- a/components/net/lib.rs
+++ b/components/net/lib.rs
@@ -23,7 +23,7 @@ extern crate png;
#[macro_use]
extern crate log;
extern crate openssl;
-extern crate "rustc-serialize" as serialize;
+extern crate "rustc-serialize" as rustc_serialize;
extern crate util;
extern crate stb_image;
extern crate time;