forked from mirror/async-std
mark task::ready as unstable
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
This commit is contained in:
parent
d5725e78be
commit
d0312a028c
1 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue