mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +01:00
sorted the extern crate, mod & use declarations
This commit is contained in:
parent
705ad72aee
commit
889eec364b
194 changed files with 804 additions and 870 deletions
|
@ -11,21 +11,21 @@
|
|||
#![feature(plugin)]
|
||||
#![plugin(plugins)]
|
||||
|
||||
extern crate net_traits;
|
||||
extern crate cookie as cookie_rs;
|
||||
extern crate devtools_traits;
|
||||
extern crate flate2;
|
||||
extern crate euclid;
|
||||
extern crate hyper;
|
||||
extern crate ipc_channel;
|
||||
extern crate png;
|
||||
#[macro_use]
|
||||
extern crate log;
|
||||
extern crate cookie as cookie_rs;
|
||||
extern crate devtools_traits;
|
||||
extern crate euclid;
|
||||
extern crate flate2;
|
||||
extern crate hyper;
|
||||
extern crate ipc_channel;
|
||||
extern crate net_traits;
|
||||
extern crate openssl;
|
||||
extern crate png;
|
||||
extern crate rustc_serialize;
|
||||
extern crate util;
|
||||
extern crate time;
|
||||
extern crate url;
|
||||
extern crate util;
|
||||
extern crate uuid;
|
||||
|
||||
pub mod about_loader;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue