mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Make Response::new() an inherent method.
There is no real reason to put this in an extension trait.
This commit is contained in:
parent
5fbed88248
commit
8b629652ac
5 changed files with 16 additions and 39 deletions
|
@ -49,5 +49,4 @@ 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;
|
||||
pub mod response;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue