about summary refs log tree commit diff
path: root/src/libstd/num/int.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstd/num/int.rs')
-rw-r--r--src/libstd/num/int.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libstd/num/int.rs b/src/libstd/num/int.rs
index 2bf9f9b025d..669952eee39 100644
--- a/src/libstd/num/int.rs
+++ b/src/libstd/num/int.rs
@@ -14,7 +14,8 @@
 //! alpha cycle along with the development of clearer conventions
 //! around integer types.
 
-#![deprecated(feature = "oldstuff", since = "1.0.0", reason = "replaced by isize")]
+#![unstable(feature = "std_misc")]
+#![deprecated(since = "1.0.0", reason = "replaced by isize")]
 
 pub use core::int::{BITS, BYTES, MIN, MAX};