Skip to content

Commit d0312a0

Browse files
committed
mark task::ready as unstable
Signed-off-by: Yoshua Wuyts <[email protected]>
1 parent d5725e7 commit d0312a0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/task/mod.rs

+2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
#[doc(inline)]
2525
pub use std::task::{Context, Poll, Waker};
2626

27+
#[cfg(feature = "unstable")]
28+
#[cfg_attr(feature = "docs", doc(cfg(unstable)))]
2729
#[doc(inline)]
2830
pub use async_macros::ready;
2931

0 commit comments

Comments
 (0)