Skip to content

Commit

Permalink
Fix broken_intra_doc_links warning
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Sep 30, 2020
1 parent 1d93f5d commit b3fe734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion futures-test/src/task/mod.rs
Expand Up @@ -23,7 +23,7 @@
//! Test wakers:
//! - [`noop_waker`](crate::task::noop_waker) creates a waker that ignores calls to
//! [`wake`](futures_core::task::Waker).
//! - [`panic_waker`](crate::task::panic_waker::panic_waker) creates a waker that panics when
//! - [`panic_waker`](crate::task::panic_waker) creates a waker that panics when
//! [`wake`](futures_core::task::Waker) is called.
//! - [`new_count_waker`](crate::task::new_count_waker) creates a waker that increments a counter whenever
//! [`wake`](futures_core::task::Waker) is called.
Expand Down

0 comments on commit b3fe734

Please sign in to comment.