mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
style: sort extern crates and fix servo build.
This commit is contained in:
parent
4d24dd2847
commit
9909816c76
2 changed files with 4 additions and 2 deletions
|
@ -37,9 +37,9 @@ extern crate crossbeam_channel;
|
|||
#[macro_use]
|
||||
extern crate cssparser;
|
||||
#[macro_use]
|
||||
extern crate derive_more;
|
||||
#[macro_use]
|
||||
extern crate debug_unreachable;
|
||||
#[macro_use]
|
||||
extern crate derive_more;
|
||||
extern crate euclid;
|
||||
extern crate fallible;
|
||||
extern crate fxhash;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue