aboutsummaryrefslogtreecommitdiffstats
path: root/components/msg/lib.rs
diff options
context:
space:
mode:
authorMs2ger <ms2ger@gmail.com>2015-02-17 12:51:16 +0100
committerMs2ger <ms2ger@gmail.com>2015-02-17 13:24:15 +0100
commitaaed4a54c700b85666a6aef6aa23e5fd315dd0d7 (patch)
tree57aaaabd556be56332dc5b13237373a05e10ae27 /components/msg/lib.rs
parent4ab928728e3d65ac4c6ca72cd6c8aa0c75fde33b (diff)
downloadservo-aaed4a54c700b85666a6aef6aa23e5fd315dd0d7.tar.gz
servo-aaed4a54c700b85666a6aef6aa23e5fd315dd0d7.zip
Use rustc-serialize rather than the built-in deprecated serialize.
Diffstat (limited to 'components/msg/lib.rs')
-rw-r--r--components/msg/lib.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/components/msg/lib.rs b/components/msg/lib.rs
index 3fed347b085..8741de21f75 100644
--- a/components/msg/lib.rs
+++ b/components/msg/lib.rs
@@ -4,7 +4,6 @@
#![feature(hash)]
#![feature(int_uint)]
-#![feature(rustc_private)]
#![allow(missing_copy_implementations)]
@@ -13,7 +12,6 @@ extern crate azure;
extern crate geom;
extern crate hyper;
extern crate layers;
-extern crate serialize;
extern crate util;
extern crate url;