Skip to content

Commit a9950c5

Browse files
yoshuawuytsStjepan Glavina
authored andcommitted
stabilize task::ready! (#325)
Signed-off-by: Yoshua Wuyts <[email protected]>
1 parent fe88da4 commit a9950c5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/task/mod.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@
2525
#[doc(inline)]
2626
pub use std::task::{Context, Poll, Waker};
2727

28-
#[cfg(any(feature = "unstable", feature = "docs"))]
29-
#[cfg_attr(feature = "docs", doc(cfg(unstable)))]
3028
#[doc(inline)]
3129
pub use async_macros::ready;
3230

0 commit comments

Comments
 (0)