Fix unused crate error

This commit is contained in:
Manish Goregaokar 2016-10-12 19:14:27 +05:30
parent 25342f4c9c
commit bfee89a690

View file

@ -62,7 +62,7 @@ extern crate heapsize;
#[allow(unused_extern_crates)] #[allow(unused_extern_crates)]
#[macro_use] #[macro_use]
extern crate lazy_static; extern crate lazy_static;
extern crate libc; #[cfg(feature = "gecko")] extern crate libc;
#[macro_use] #[macro_use]
extern crate log; extern crate log;
#[allow(unused_extern_crates)] #[allow(unused_extern_crates)]