Skip to content

Commit

Permalink
Add tracking issue for noop_waker
Browse files Browse the repository at this point in the history
  • Loading branch information
SabrinaJewson committed Jun 20, 2022
1 parent b1f61ad commit 1818ed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/core/src/task/wake.rs
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ impl Waker {
/// ```
#[inline]
#[must_use]
#[unstable(feature = "noop_waker", issue = "none")]
#[unstable(feature = "noop_waker", issue = "98286")]
pub const fn noop() -> Waker {
const VTABLE: RawWakerVTable = RawWakerVTable::new(
// Cloning just returns a new no-op raw waker
Expand Down

0 comments on commit 1818ed7

Please sign in to comment.