aboutsummaryrefslogtreecommitdiffstats
path: root/components/msg/lib.rs
diff options
context:
space:
mode:
authorMs2ger <Ms2ger@gmail.com>2017-01-23 15:00:29 +0100
committerMs2ger <Ms2ger@gmail.com>2017-01-24 11:02:51 +0100
commit14fe337866b38d23546e9c7bc9aad3e16b9b8a6b (patch)
tree07a6d212edd13169454386f7f8ebaf4dd77f9c32 /components/msg/lib.rs
parentca6376a7142640185f21beca4b11011e8367ec91 (diff)
downloadservo-14fe337866b38d23546e9c7bc9aad3e16b9b8a6b.tar.gz
servo-14fe337866b38d23546e9c7bc9aad3e16b9b8a6b.zip
Update rustc to 1.16.0-nightly (7821a9b99 2017-01-23).
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 5e87d8b021f..6257340c385 100644
--- a/components/msg/lib.rs
+++ b/components/msg/lib.rs
@@ -7,12 +7,10 @@
#![deny(unsafe_code)]
-#[allow(unused_extern_crates)]
#[macro_use]
extern crate bitflags;
extern crate heapsize;
#[macro_use] extern crate heapsize_derive;
-extern crate serde;
#[macro_use]
extern crate serde_derive;
extern crate webrender_traits;