aboutsummaryrefslogtreecommitdiffstats
path: root/components/net/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/net/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/net/lib.rs')
-rw-r--r--components/net/lib.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/components/net/lib.rs b/components/net/lib.rs
index 57ff2af1a0e..082627067a8 100644
--- a/components/net/lib.rs
+++ b/components/net/lib.rs
@@ -9,8 +9,6 @@
#![deny(unsafe_code)]
-#[macro_use]
-extern crate bitflags;
extern crate brotli;
extern crate content_blocker as content_blocker_parser;
extern crate cookie as cookie_rs;
@@ -32,8 +30,6 @@ extern crate openssl;
extern crate openssl_verify;
extern crate profile_traits;
extern crate rustc_serialize;
-#[macro_use]
-extern crate serde_derive;
extern crate servo_config;
extern crate servo_url;
extern crate threadpool;