mark task::ready as unstable

Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
staging
Yoshua Wuyts 5 years ago
parent d5725e78be
commit d0312a028c
No known key found for this signature in database
GPG Key ID: 24EA8164F96777ED

@ -24,6 +24,8 @@
#[doc(inline)]
pub use std::task::{Context, Poll, Waker};
#[cfg(feature = "unstable")]
#[cfg_attr(feature = "docs", doc(cfg(unstable)))]
#[doc(inline)]
pub use async_macros::ready;

Loading…
Cancel
Save