mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Fix warnings in the fetch code.
This commit is contained in:
parent
31bdcbe725
commit
3e3053653e
2 changed files with 16 additions and 41 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue