Skip to content

Commit

Permalink
Rollup merge of rust-lang#22974 - nagisa:reintuint-std, r=alexcrichton
Browse files Browse the repository at this point in the history
 Reverts a small part of c74d49c because compilation pukes with warnings now.
  • Loading branch information
Manishearth committed Mar 3, 2015
2 parents e7cc977 + 33f77e9 commit 394a9c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libstd/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@
#![feature(unsafe_no_drop_flag)]
#![feature(macro_reexport)]
#![feature(hash)]
#![feature(int_uint)]
#![feature(unique)]
#![cfg_attr(test, feature(test, rustc_private, env))]

Expand Down

0 comments on commit 394a9c5

Please sign in to comment.