We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5725e7 commit d0312a0Copy full SHA for d0312a0
src/task/mod.rs
@@ -24,6 +24,8 @@
24
#[doc(inline)]
25
pub use std::task::{Context, Poll, Waker};
26
27
+#[cfg(feature = "unstable")]
28
+#[cfg_attr(feature = "docs", doc(cfg(unstable)))]
29
30
pub use async_macros::ready;
31
0 commit comments