Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit ad28f75

Browse files
committed
fix: change issue number of waker_getters from rust-lang#87021 to rust-lang#96992.
1 parent 093f80b commit ad28f75

File tree

2 files changed

+3
-3
lines changed
  • library/core/src/task
  • src/tools/rust-analyzer/crates/ide-db/src/generated

2 files changed

+3
-3
lines changed

library/core/src/task/wake.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -713,7 +713,7 @@ impl LocalWaker {
713713
/// Get a reference to the underlying [`RawWaker`].
714714
#[inline]
715715
#[must_use]
716-
#[unstable(feature = "waker_getters", issue = "87021")]
716+
#[unstable(feature = "waker_getters", issue = "96992")]
717717
pub fn as_raw(&self) -> &RawWaker {
718718
&self.waker
719719
}

src/tools/rust-analyzer/crates/ide-db/src/generated/lints.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9630,9 +9630,9 @@ The tracking issue for this feature is: [#81944]
96309630
label: "waker_getters",
96319631
description: r##"# `waker_getters`
96329632
9633-
The tracking issue for this feature is: [#87021]
9633+
The tracking issue for this feature is: [#96992]
96349634
9635-
[#87021]: https://github.com/rust-lang/rust/issues/87021
9635+
[#96992]: https://github.com/rust-lang/rust/issues/96992
96369636
96379637
------------------------
96389638
"##,

0 commit comments

Comments
 (0)