reorder imports to respect the alphabet, only one of the single most
important inventions of all time
This commit is contained in:
parent
5448de72c2
commit
38df8c6d15
@ -33,10 +33,10 @@
|
||||
#[macro_use] extern crate log;
|
||||
extern crate serialize as rustc_serialize; // used by deriving
|
||||
|
||||
pub mod snapshot_vec;
|
||||
pub mod graph;
|
||||
pub mod bitvec;
|
||||
pub mod graph;
|
||||
pub mod ivar;
|
||||
pub mod snapshot_vec;
|
||||
pub mod unify;
|
||||
|
||||
// See comments in src/librustc/lib.rs
|
||||
|
Loading…
x
Reference in New Issue
Block a user