mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
stylo: Remove unused macro_use annotation that warns on nightly.
This commit is contained in:
parent
fb7f65fc57
commit
e903fc117d
1 changed files with 1 additions and 1 deletions
|
@ -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)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue