mirror of
https://github.com/servo/servo.git
synced 2025-06-13 19:04:30 +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]
|
#[macro_use]
|
||||||
extern crate domobject_derive;
|
extern crate domobject_derive;
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
extern crate enum_iterator;
|
|
||||||
#[macro_use]
|
|
||||||
extern crate html5ever;
|
extern crate html5ever;
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
extern crate js;
|
extern crate js;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue