From 143e4e975b1465f0380985d3e5597c22a6c5ee58 Mon Sep 17 00:00:00 2001 From: Yoshua Wuyts Date: Tue, 15 Sep 2020 23:12:08 +0200 Subject: Fix stabilization marker for future_readiness_fns Moved it from 1.47.0 -> 1.48.0, which is the correct release for this to stabilize in --- library/std/src/future.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'library/std/src') diff --git a/library/std/src/future.rs b/library/std/src/future.rs index 5ff74e55754..9d9c36e9afb 100644 --- a/library/std/src/future.rs +++ b/library/std/src/future.rs @@ -9,7 +9,7 @@ pub use core::future::Future; pub use core::future::{from_generator, get_context, ResumeTy}; #[doc(inline)] -#[stable(feature = "future_readiness_fns", since = "1.47.0")] +#[stable(feature = "future_readiness_fns", since = "1.48.0")] pub use core::future::{pending, ready, Pending, Ready}; #[doc(inline)] -- cgit 1.4.1-3-g733a5