mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Use mime! macro in fetch methods
This commit is contained in:
parent
13e21968e6
commit
32f309c02e
6 changed files with 18 additions and 14 deletions
|
@ -20,6 +20,8 @@ extern crate immeta;
|
|||
extern crate ipc_channel;
|
||||
#[macro_use]
|
||||
extern crate log;
|
||||
#[macro_use]
|
||||
extern crate mime;
|
||||
extern crate mime_guess;
|
||||
extern crate msg;
|
||||
extern crate net_traits;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue