mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Add check up on extern crate order and sort extern crates alphabetically
This commit is contained in:
parent
f96e8ce9e8
commit
6e7de62b38
22 changed files with 111 additions and 108 deletions
|
@ -18,7 +18,7 @@
|
|||
// `WindowMethods` trait.
|
||||
|
||||
extern crate gaol;
|
||||
|
||||
extern crate libc;
|
||||
#[macro_use]
|
||||
extern crate util as _util;
|
||||
|
||||
|
@ -45,8 +45,6 @@ mod export {
|
|||
extern crate url;
|
||||
}
|
||||
|
||||
extern crate libc;
|
||||
|
||||
#[cfg(feature = "webdriver")]
|
||||
extern crate webdriver_server;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue