From aaed4a54c700b85666a6aef6aa23e5fd315dd0d7 Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Tue, 17 Feb 2015 12:51:16 +0100 Subject: Use rustc-serialize rather than the built-in deprecated serialize. --- components/msg/lib.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'components/msg/lib.rs') 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; -- cgit v1.2.3