parent
093f80ba7e
commit
ad28f755d8
2 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
------------------------
|
||||
"##,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue