stylo: Remove unused macro_use annotation that warns on nightly.

This commit is contained in:
Emilio Cobos Álvarez 2017-02-02 16:39:45 +01:00
parent fb7f65fc57
commit e903fc117d
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C

View file

@ -4,7 +4,6 @@
#![deny(warnings)]
#[macro_use]extern crate style;
extern crate app_units;
extern crate atomic_refcell;
extern crate cssparser;
@ -15,6 +14,7 @@ extern crate libc;
extern crate parking_lot;
extern crate selectors;
extern crate servo_url;
extern crate style;
extern crate style_traits;
#[allow(non_snake_case)]