Skip to content

Commit

Permalink
fix doc warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
blasrodri committed Aug 25, 2020
1 parent 8006c42 commit 21f2fa7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tokio-macros/src/lib.rs
Expand Up @@ -6,7 +6,7 @@
rust_2018_idioms,
unreachable_pub
)]
#![deny(intra_doc_link_resolution_failure)]
#![deny(broken_intra_doc_links)]
#![doc(test(
no_crate_inject,
attr(deny(warnings, rust_2018_idioms), allow(dead_code, unused_variables))
Expand Down
4 changes: 2 additions & 2 deletions tokio/src/time/delay_queue.rs
Expand Up @@ -403,7 +403,7 @@ impl<T> DelayQueue<T> {
/// # }
/// ```
///
/// [`poll`]: method@Self::poll
/// [`poll`]: struct@DelayQueue::poll
/// [`remove`]: method@Self::remove
/// [`reset`]: method@Self::reset
/// [`Key`]: struct@Key
Expand Down Expand Up @@ -582,7 +582,7 @@ impl<T> DelayQueue<T> {
///
/// Note that this method has no effect on the allocated capacity.
///
/// [`poll`]: method@Self::poll
/// [`poll`]: struct@DelayQueue::poll
///
/// # Examples
///
Expand Down

0 comments on commit 21f2fa7

Please sign in to comment.