Skip to content

Commit 33f77e9

Browse files
committed
Readd int_uint feature to libstd
Reverts a small part of c74d49c because compilation pukes with warnings now.
1 parent 1cc8b6e commit 33f77e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libstd/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@
123123
#![feature(unsafe_no_drop_flag)]
124124
#![feature(macro_reexport)]
125125
#![feature(hash)]
126+
#![feature(int_uint)]
126127
#![feature(unique)]
127128
#![cfg_attr(test, feature(test, rustc_private, env))]
128129

0 commit comments

Comments
 (0)