mirror of
https://github.com/servo/servo.git
synced 2025-06-10 09:33:13 +00: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
|
@ -15,16 +15,14 @@
|
|||
|
||||
#![feature(plugin_registrar, quote, plugin, box_syntax, rustc_private)]
|
||||
|
||||
#[macro_use]
|
||||
extern crate syntax;
|
||||
#[macro_use]
|
||||
extern crate rustc;
|
||||
|
||||
extern crate rustc_front;
|
||||
|
||||
extern crate tenacious;
|
||||
#[cfg(feature = "clippy")]
|
||||
extern crate clippy;
|
||||
#[macro_use]
|
||||
extern crate rustc;
|
||||
extern crate rustc_front;
|
||||
#[macro_use]
|
||||
extern crate syntax;
|
||||
extern crate tenacious;
|
||||
|
||||
extern crate url;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue