Fix warnings in the fetch code.

This commit is contained in:
Ms2ger 2016-03-09 15:50:29 +01:00
parent 31bdcbe725
commit 3e3053653e
2 changed files with 16 additions and 41 deletions

View file

@ -46,7 +46,6 @@ pub mod websocket_loader;
/// An implementation of the [Fetch spec](https://fetch.spec.whatwg.org/)
pub mod fetch {
#![allow(dead_code, unused)] // XXXManishearth this is only temporary until the Fetch mod starts being used
pub mod cors_cache;
pub mod methods;
}