mirror of
https://github.com/servo/servo.git
synced 2025-06-13 02:44:29 +00:00
Fix unused import warning in new Rust Nightly
This commit is contained in:
parent
1ac6f435c8
commit
4fcc2f7edb
1 changed files with 0 additions and 2 deletions
|
@ -28,8 +28,6 @@ extern crate deny_public_fields;
|
|||
#[macro_use]
|
||||
extern crate domobject_derive;
|
||||
#[macro_use]
|
||||
extern crate enum_iterator;
|
||||
#[macro_use]
|
||||
extern crate html5ever;
|
||||
#[macro_use]
|
||||
extern crate js;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue