mirror of
https://github.com/servo/servo.git
synced 2025-07-24 15:50:21 +01:00
Fix some warnings
This commit is contained in:
parent
9770e3c1e3
commit
756a34e93d
5 changed files with 6 additions and 8 deletions
|
@ -19,7 +19,7 @@ extern crate hyper;
|
|||
extern crate immeta;
|
||||
extern crate ipc_channel;
|
||||
#[macro_use] extern crate log;
|
||||
#[macro_use] extern crate matches;
|
||||
#[macro_use] #[no_link] extern crate matches;
|
||||
#[macro_use]
|
||||
extern crate mime;
|
||||
extern crate mime_guess;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue