]> git.lizzy.rs Git - rust.git/blobdiff - src/libstd/sync/future.rs
std: Split the `std_misc` feature
[rust.git] / src / libstd / sync / future.rs
index 2d281eb4e249ca2be556107d114a100b9c6523f1..76b07999280d0564edc9b0fd8e6e16afcbd16fa2 100644 (file)
@@ -28,7 +28,7 @@
 //! ```
 
 #![allow(missing_docs)]
-#![unstable(feature = "std_misc",
+#![unstable(feature = "future",
             reason = "futures as-is have yet to be deeply reevaluated with recent \
                       core changes to Rust's synchronization story, and will likely \
                       become stable in the future but are unstable until that time")]