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 fe88da4 commit a9950c5Copy full SHA for a9950c5
src/task/mod.rs
@@ -25,8 +25,6 @@
25
#[doc(inline)]
26
pub use std::task::{Context, Poll, Waker};
27
28
-#[cfg(any(feature = "unstable", feature = "docs"))]
29
-#[cfg_attr(feature = "docs", doc(cfg(unstable)))]
30
31
pub use async_macros::ready;
32
0 commit comments