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.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/net/lib.rs b/components/net/lib.rs
index 90ffd0e0926..97b978f1725 100644
--- a/components/net/lib.rs
+++ b/components/net/lib.rs
@@ -19,7 +19,7 @@ extern crate hyper;
extern crate immeta;
extern crate ipc_channel;
#[macro_use] extern crate log;
-#[macro_use] extern crate matches;
+#[macro_use] #[no_link] extern crate matches;
#[macro_use]
extern crate mime;
extern crate mime_guess;