Skip to content

Commit 1818ed7

Browse files
committed
Add tracking issue for noop_waker
1 parent b1f61ad commit 1818ed7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/task/wake.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ impl Waker {
300300
/// ```
301301
#[inline]
302302
#[must_use]
303-
#[unstable(feature = "noop_waker", issue = "none")]
303+
#[unstable(feature = "noop_waker", issue = "98286")]
304304
pub const fn noop() -> Waker {
305305
const VTABLE: RawWakerVTable = RawWakerVTable::new(
306306
// Cloning just returns a new no-op raw waker

0 commit comments

Comments
 (0)