silence fetch warnings

This commit is contained in:
Manish Goregaokar 2015-01-28 13:51:35 +05:30
parent b68b7e87c8
commit 547ed20455

View file

@ -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;