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