diff options
Diffstat (limited to 'components/net/lib.rs')
-rw-r--r-- | components/net/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/net/lib.rs b/components/net/lib.rs index 96994a81ad7..857461aa335 100644 --- a/components/net/lib.rs +++ b/components/net/lib.rs @@ -45,7 +45,7 @@ mod sniffer_task; /// An implementation of the [Fetch spec](http://fetch.spec.whatwg.org/) pub mod fetch { - #![allow(dead_code)] // XXXManishearth this is only temporary until the Fetch mod starts being used + #![allow(dead_code, unused)] // XXXManishearth this is only temporary until the Fetch mod starts being used pub mod request; pub mod response; pub mod cors_cache; |