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:
parent
fe88da4e64
commit
a9950c5c9f
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue