diff options
Diffstat (limited to 'components/msg/lib.rs')
-rw-r--r-- | components/msg/lib.rs | 2 |
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; |