Fix unused import warning in new Rust Nightly

This commit is contained in:
Simon Sapin 2018-11-20 13:23:16 +01:00
parent 1ac6f435c8
commit 4fcc2f7edb

View file

@ -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;