mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Fix unused crate error
This commit is contained in:
parent
25342f4c9c
commit
bfee89a690
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ extern crate heapsize;
|
|||
#[allow(unused_extern_crates)]
|
||||
#[macro_use]
|
||||
extern crate lazy_static;
|
||||
extern crate libc;
|
||||
#[cfg(feature = "gecko")] extern crate libc;
|
||||
#[macro_use]
|
||||
extern crate log;
|
||||
#[allow(unused_extern_crates)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue