aboutsummaryrefslogtreecommitdiffstats
path: root/components/net/lib.rs
diff options
context:
space:
mode:
authorSimon Sapin <simon.sapin@exyr.org>2016-04-21 00:18:37 +0200
committerSimon Sapin <simon.sapin@exyr.org>2016-04-23 20:27:58 +0200
commit7932ab6ac2646e097a2ef2f76d6e4439fe53bdd3 (patch)
treed486c090f3287be1036f2aea0f544b65ec95d43e /components/net/lib.rs
parent305c283602882850be9d39c43b980d0fc0f93a3c (diff)
downloadservo-7932ab6ac2646e097a2ef2f76d6e4439fe53bdd3.tar.gz
servo-7932ab6ac2646e097a2ef2f76d6e4439fe53bdd3.zip
Upgrade to rust-url 1.0 and hyper 0.9
Diffstat (limited to 'components/net/lib.rs')
-rw-r--r--components/net/lib.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/net/lib.rs b/components/net/lib.rs
index 964c0eb842a..90ffd0e0926 100644
--- a/components/net/lib.rs
+++ b/components/net/lib.rs
@@ -18,8 +18,8 @@ extern crate flate2;
extern crate hyper;
extern crate immeta;
extern crate ipc_channel;
-#[macro_use]
-extern crate log;
+#[macro_use] extern crate log;
+#[macro_use] extern crate matches;
#[macro_use]
extern crate mime;
extern crate mime_guess;