fix: change issue number of waker_getters from #87021 to #96992.

This commit is contained in:
Tomás Vallotton 2023-12-15 10:20:33 -03:00
parent 093f80ba7e
commit ad28f755d8
2 changed files with 3 additions and 3 deletions

View file

@ -713,7 +713,7 @@ impl LocalWaker {
/// Get a reference to the underlying [`RawWaker`].
#[inline]
#[must_use]
#[unstable(feature = "waker_getters", issue = "87021")]
#[unstable(feature = "waker_getters", issue = "96992")]
pub fn as_raw(&self) -> &RawWaker {
&self.waker
}

View file

@ -9630,9 +9630,9 @@ The tracking issue for this feature is: [#81944]
label: "waker_getters",
description: r##"# `waker_getters`
The tracking issue for this feature is: [#87021]
The tracking issue for this feature is: [#96992]
[#87021]: https://github.com/rust-lang/rust/issues/87021
[#96992]: https://github.com/rust-lang/rust/issues/96992
------------------------
"##,