Fix some warnings

This commit is contained in:
Simon Sapin 2016-04-29 18:30:57 +02:00
parent 9770e3c1e3
commit 756a34e93d
5 changed files with 6 additions and 8 deletions

View file

@ -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;