mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +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
|
@ -9,8 +9,6 @@
|
|||
#![feature(plugin)]
|
||||
#![plugin(plugins)]
|
||||
|
||||
#[macro_use]
|
||||
extern crate log;
|
||||
extern crate azure;
|
||||
extern crate canvas_traits;
|
||||
extern crate core;
|
||||
|
@ -20,6 +18,8 @@ extern crate gfx_traits;
|
|||
extern crate gleam;
|
||||
extern crate ipc_channel;
|
||||
extern crate layers;
|
||||
#[macro_use]
|
||||
extern crate log;
|
||||
extern crate num;
|
||||
extern crate offscreen_gl_context;
|
||||
extern crate util;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue