Skip to content

Commit b35f51e

Browse files
authored
Rollup merge of rust-lang#134100 - eholk:noop-rustc-const-stable, r=dtolnay
Remove rustc_const_stable attribute on const NOOP This was accidentally reintroduced while editing rust-lang#133089. r? dtolnay
2 parents d16904a + b9afc78 commit b35f51e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

library/core/src/task/wake.rs

-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ impl RawWaker {
6161
}
6262

6363
#[stable(feature = "noop_waker", since = "CURRENT_RUSTC_VERSION")]
64-
#[rustc_const_stable(feature = "noop_waker", since = "CURRENT_RUSTC_VERSION")]
6564
const NOOP: RawWaker = {
6665
const VTABLE: RawWakerVTable = RawWakerVTable::new(
6766
// Cloning just returns a new no-op raw waker

0 commit comments

Comments
 (0)