mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Auto merge of #22231 - servo:warn, r=SimonSapin
Fix unused import warning in new Rust Nightly https://tools.taskcluster.net/task-inspector/#Zw-1gs3xT4e79Lach3PISg <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/22231) <!-- Reviewable:end -->
This commit is contained in:
commit
c8b0501178
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