We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d16904a + b9afc78 commit b35f51eCopy full SHA for b35f51e
library/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