about summary refs log tree commit diff
path: root/src/libcore/num/uint.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/libcore/num/uint.rs')
-rw-r--r--src/libcore/num/uint.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libcore/num/uint.rs b/src/libcore/num/uint.rs
index 42f9c56c725..f66a0eed971 100644
--- a/src/libcore/num/uint.rs
+++ b/src/libcore/num/uint.rs
@@ -14,6 +14,7 @@
 //! alpha cycle along with the development of clearer conventions
 //! around integer types.
 
-#![deprecated(feature = "oldstuff", since = "1.0.0", reason = "replaced by usize")]
+#![unstable(feature = "core")]
+#![deprecated(since = "1.0.0", reason = "replaced by usize")]
 
 uint_module! { uint, int, ::int::BITS }