mark task::ready as unstable

Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
This commit is contained in:
Yoshua Wuyts 2019-09-17 23:32:38 +02:00
parent d5725e78be
commit d0312a028c
No known key found for this signature in database
GPG key ID: 24EA8164F96777ED

View file

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