Add check up on extern crate order and sort extern crates alphabetically

This commit is contained in:
Guillaume Gomez 2015-11-26 01:23:11 +01:00
parent f96e8ce9e8
commit 6e7de62b38
22 changed files with 111 additions and 108 deletions

View file

@ -8,11 +8,11 @@
#![feature(ip_addr, plugin)]
#![plugin(plugins)]
#[macro_use]
extern crate log;
extern crate hyper;
extern crate image;
extern crate ipc_channel;
#[macro_use]
extern crate log;
extern crate msg;
extern crate regex;
extern crate rustc_serialize;