mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
silence fetch warnings
This commit is contained in:
parent
b68b7e87c8
commit
547ed20455
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue