style: sort extern crates and fix servo build.

This commit is contained in:
Emilio Cobos Álvarez 2019-01-29 03:17:24 +01:00
parent 4d24dd2847
commit 9909816c76
2 changed files with 4 additions and 2 deletions

View file

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