about summary refs log tree commit diff
path: root/src/libstd/prelude/v1.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstd/prelude/v1.rs')
-rw-r--r--src/libstd/prelude/v1.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/prelude/v1.rs b/src/libstd/prelude/v1.rs
index d03ca5bf78c..3251656cd16 100644
--- a/src/libstd/prelude/v1.rs
+++ b/src/libstd/prelude/v1.rs
@@ -19,7 +19,7 @@
 #[doc(no_inline)] pub use ops::{Drop, Fn, FnMut, FnOnce};
 
 // TEMPORARY
-#[unstable(feature = "unnamed_feature")]
+#[unstable(feature = "std_misc")]
 #[doc(no_inline)] pub use ops::FullRange;
 
 // Reexported functions