reorder imports to respect the alphabet, only one of the single most

important inventions of all time
This commit is contained in:
Niko Matsakis 2015-08-18 17:37:15 -04:00
parent 5448de72c2
commit 38df8c6d15

View File

@ -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