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 #133089.
  • Loading branch information
eholk committed Dec 9, 2024
1 parent a224f38 commit b9afc78
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion library/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 b9afc78

Please sign in to comment.