Remove rustc_const_stable attribute on const NOOP
This was accidentally reintroduced while editing #133089.
This commit is contained in:
parent
a224f3807e
commit
b9afc78585
1 changed files with 0 additions and 1 deletions
|
@ -61,7 +61,6 @@ impl RawWaker {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[stable(feature = "noop_waker", since = "CURRENT_RUSTC_VERSION")]
|
#[stable(feature = "noop_waker", since = "CURRENT_RUSTC_VERSION")]
|
||||||
#[rustc_const_stable(feature = "noop_waker", since = "CURRENT_RUSTC_VERSION")]
|
|
||||||
const NOOP: RawWaker = {
|
const NOOP: RawWaker = {
|
||||||
const VTABLE: RawWakerVTable = RawWakerVTable::new(
|
const VTABLE: RawWakerVTable = RawWakerVTable::new(
|
||||||
// Cloning just returns a new no-op raw waker
|
// Cloning just returns a new no-op raw waker
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue