mirror of
https://github.com/servo/servo.git
synced 2025-08-02 20:20:14 +01:00
Remove unused libc dependency for windows in style
This commit is contained in:
parent
7a7bdf51ad
commit
ca3174f6f6
3 changed files with 6 additions and 5 deletions
|
@ -51,7 +51,6 @@ extern crate gecko_bindings;
|
|||
#[allow(unused_extern_crates)]
|
||||
#[macro_use]
|
||||
extern crate lazy_static;
|
||||
extern crate libc;
|
||||
#[macro_use]
|
||||
extern crate log;
|
||||
#[allow(unused_extern_crates)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue