Skip to content

Commit 38df8c6

Browse files
committed
reorder imports to respect the alphabet, only one of the single most
important inventions of all time
1 parent 5448de7 commit 38df8c6

File tree

1 file changed

+2
-2
lines changed
  • src/librustc_data_structures

1 file changed

+2
-2
lines changed

src/librustc_data_structures/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@
3333
#[macro_use] extern crate log;
3434
extern crate serialize as rustc_serialize; // used by deriving
3535

36-
pub mod snapshot_vec;
37-
pub mod graph;
3836
pub mod bitvec;
37+
pub mod graph;
3938
pub mod ivar;
39+
pub mod snapshot_vec;
4040
pub mod unify;
4141

4242
// See comments in src/librustc/lib.rs

0 commit comments

Comments
 (0)