Skip to content

Commit

Permalink
rustc_const_stable not needed for consts
Browse files Browse the repository at this point in the history
Co-authored-by: David Tolnay <[email protected]>
  • Loading branch information
eholk and dtolnay authored Dec 2, 2024
1 parent 69a9312 commit 2f45ea5
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 2f45ea5

Please sign in to comment.