From a22847dd03379092a4bcdf590bef4ff73b1309de Mon Sep 17 00:00:00 2001 From: Yoshua Wuyts Date: Mon, 14 Oct 2019 01:57:15 +0200 Subject: [PATCH] stabilize task::ready! Signed-off-by: Yoshua Wuyts --- src/task/mod.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/task/mod.rs b/src/task/mod.rs index 1f172c1c4..af5090a65 100644 --- a/src/task/mod.rs +++ b/src/task/mod.rs @@ -25,8 +25,6 @@ #[doc(inline)] pub use std::task::{Context, Poll, Waker}; -#[cfg(any(feature = "unstable", feature = "docs"))] -#[cfg_attr(feature = "docs", doc(cfg(unstable)))] #[doc(inline)] pub use async_macros::ready;