aboutsummaryrefslogtreecommitdiffstats
path: root/components/msg
diff options
context:
space:
mode:
authorbors-servo <metajack+bors@gmail.com>2015-02-17 07:30:50 -0700
committerbors-servo <metajack+bors@gmail.com>2015-02-17 07:30:50 -0700
commitafb152a8569953f730df564be2745c5a6302bf6f (patch)
tree57aaaabd556be56332dc5b13237373a05e10ae27 /components/msg
parent4ab928728e3d65ac4c6ca72cd6c8aa0c75fde33b (diff)
parentaaed4a54c700b85666a6aef6aa23e5fd315dd0d7 (diff)
downloadservo-afb152a8569953f730df564be2745c5a6302bf6f.tar.gz
servo-afb152a8569953f730df564be2745c5a6302bf6f.zip
auto merge of #4947 : Ms2ger/servo/serialize, r=jdm
Diffstat (limited to 'components/msg')
-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;