Skip to content

Commit 34179f6

Browse files
committed
fix: change issue number of waker_getters from rust-lang#87021 to rust-lang#96992.
1 parent 7b18ba4 commit 34179f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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
}

0 commit comments

Comments
 (0)