Skip to content

Commit

Permalink
Auto merge of #51105 - uuttff8:master, r=GuillaumeGomez
Browse files Browse the repository at this point in the history
lib.rs don't beautiful
  • Loading branch information
bors committed May 27, 2018
2 parents a52b01b + bbd790c commit 63b1070
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libcore/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -147,14 +147,14 @@ mod uint_macros;
#[path = "num/i16.rs"] pub mod i16;
#[path = "num/i32.rs"] pub mod i32;
#[path = "num/i64.rs"] pub mod i64;
#[path = "num/i128.rs"] pub mod i128;
#[path = "num/i128.rs"] pub mod i128;

#[path = "num/usize.rs"] pub mod usize;
#[path = "num/u8.rs"] pub mod u8;
#[path = "num/u16.rs"] pub mod u16;
#[path = "num/u32.rs"] pub mod u32;
#[path = "num/u64.rs"] pub mod u64;
#[path = "num/u128.rs"] pub mod u128;
#[path = "num/u128.rs"] pub mod u128;

#[path = "num/f32.rs"] pub mod f32;
#[path = "num/f64.rs"] pub mod f64;
Expand Down

0 comments on commit 63b1070

Please sign in to comment.