Skip to content

Commit

Permalink
Remove rustc_const_stable attribute on const NOOP
Browse files Browse the repository at this point in the history
This was accidentally reintroduced while editing rust-lang#133089.
  • Loading branch information
eholk authored and gitbot committed Mar 3, 2025
1 parent 09ad2a8 commit cedb8de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/src/task/wake.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ impl RawWaker {
}

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

0 comments on commit cedb8de

Please # to comment.