aboutsummaryrefslogtreecommitdiffstats
path: root/components/net/lib.rs
diff options
context:
space:
mode:
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;