We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dc60b0 commit 0b9fa79Copy full SHA for 0b9fa79
core/src/task/wake.rs
@@ -61,7 +61,6 @@ impl RawWaker {
61
}
62
63
#[stable(feature = "noop_waker", since = "CURRENT_RUSTC_VERSION")]
64
- #[rustc_const_stable(feature = "noop_waker", since = "CURRENT_RUSTC_VERSION")]
65
const NOOP: RawWaker = {
66
const VTABLE: RawWakerVTable = RawWakerVTable::new(
67
// Cloning just returns a new no-op raw waker
0 commit comments