File tree 1 file changed +3
-5
lines changed
1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,7 @@ fn noop_raw_waker() -> RawWaker {
17
17
}
18
18
19
19
/// Create a new [`Waker`](futures_core::task::Waker) which does
20
- /// nothing when `wake()` is called on it. The [`Waker`](futures_core::task::Waker) can be converted
21
- /// into a [`Waker`](futures_core::task::Waker) which will behave the same way.
20
+ /// nothing when `wake()` is called on it.
22
21
///
23
22
/// # Examples
24
23
///
@@ -34,9 +33,8 @@ pub fn noop_waker() -> Waker {
34
33
}
35
34
}
36
35
37
- /// Get a thread local reference to a
38
- /// [`Waker`](futures_core::task::Waker) referencing a singleton
39
- /// instance of a [`Waker`](futures_core::task::Waker) which panics when woken.
36
+ /// Get a static reference to a [`Waker`](futures_core::task::Waker) which
37
+ /// does nothing when `wake()` is called on it.
40
38
///
41
39
/// # Examples
42
40
///
You can’t perform that action at this time.
0 commit comments