File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ 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`] can be converted
21
- /// into a [`Waker`] which will behave the same way.
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.
22
22
///
23
23
/// # Examples
24
24
///
@@ -36,7 +36,7 @@ pub fn noop_waker() -> Waker {
36
36
37
37
/// Get a thread local reference to a
38
38
/// [`Waker`](futures_core::task::Waker) referencing a singleton
39
- /// instance of a [`Waker`] which panics when woken.
39
+ /// instance of a [`Waker`](futures_core::task::Waker) which panics when woken.
40
40
///
41
41
/// # Examples
42
42
///
You can’t perform that action at this time.
0 commit comments