Readd int_uint feature to libstd
Reverts a small part of c74d49c804
because compilation pukes with warnings now.
This commit is contained in:
parent
1cc8b6ec66
commit
33f77e92e8
@ -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))]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user