Skip to content

Commit eb536e1

Browse files
committed
This is problematic, cross crate references don't work and there is no clear solution...
when the build on docs.rs passes again, we could decide to link to docs.rs, until then I have no solution.
1 parent 9f9b665 commit eb536e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

futures-util/src/task/noop_waker.rs

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ fn noop_raw_waker() -> RawWaker {
1717
}
1818

1919
/// 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.
2222
///
2323
/// # Examples
2424
///
@@ -36,7 +36,7 @@ pub fn noop_waker() -> Waker {
3636

3737
/// Get a thread local reference to a
3838
/// [`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.
4040
///
4141
/// # Examples
4242
///

0 commit comments

Comments
 (0)