Skip to content

Commit

Permalink
This is problematic, cross crate references don't work and there is n…
Browse files Browse the repository at this point in the history
…o clear solution...

when the build on docs.rs passes again, we could decide to link to docs.rs, until then I have no solution.
  • Loading branch information
najamelan committed May 1, 2019
1 parent 9f9b665 commit eb536e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions futures-util/src/task/noop_waker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ fn noop_raw_waker() -> RawWaker {
}

/// Create a new [`Waker`](futures_core::task::Waker) which does
/// nothing when `wake()` is called on it. The [`Waker`] can be converted
/// into a [`Waker`] which will behave the same way.
/// nothing when `wake()` is called on it. The [`Waker`](futures_core::task::Waker) can be converted
/// into a [`Waker`](futures_core::task::Waker) which will behave the same way.
///
/// # Examples
///
Expand All @@ -36,7 +36,7 @@ pub fn noop_waker() -> Waker {

/// Get a thread local reference to a
/// [`Waker`](futures_core::task::Waker) referencing a singleton
/// instance of a [`Waker`] which panics when woken.
/// instance of a [`Waker`](futures_core::task::Waker) which panics when woken.
///
/// # Examples
///
Expand Down

0 comments on commit eb536e1

Please sign in to comment.