2
0
Fork 1
mirror of https://github.com/async-rs/async-std.git synced 2025-04-03 15:06:41 +00:00

stabilize task::ready! (#325)

Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
This commit is contained in:
Yoshua Wuyts 2019-10-14 15:06:24 +02:00 committed by Stjepan Glavina
parent fe88da4e64
commit a9950c5c9f

View file

@ -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;