Skip to content

Commit

Permalink
stylo: Remove unused macro_use annotation that warns on nightly.
Browse files Browse the repository at this point in the history
  • Loading branch information
emilio committed Feb 2, 2017
1 parent fb7f65f commit e903fc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ports/geckolib/lib.rs
Expand Up @@ -4,7 +4,6 @@

#![deny(warnings)]

#[macro_use]extern crate style;
extern crate app_units;
extern crate atomic_refcell;
extern crate cssparser;
Expand All @@ -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)]
Expand Down

0 comments on commit e903fc1

Please sign in to comment.