We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d521cb commit 75b6c60Copy full SHA for 75b6c60
src/task/mod.rs
@@ -25,7 +25,7 @@
25
#[doc(inline)]
26
pub use std::task::{Context, Poll, Waker};
27
28
-#[cfg(feature = "unstable")]
+#[cfg(any(feature = "unstable", feature = "docs"))]
29
#[cfg_attr(feature = "docs", doc(cfg(unstable)))]
30
31
pub use async_macros::ready;
0 commit comments