We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 520b642 commit 1d2c2cdCopy full SHA for 1d2c2cd
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