Skip to content

Commit 0b9fa79

Browse files
eholkgitbot
authored and
gitbot
committed
Remove rustc_const_stable attribute on const NOOP
This was accidentally reintroduced while editing rust-lang#133089.
1 parent 7dc60b0 commit 0b9fa79

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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)