summaryrefslogtreecommitdiffstats
path: root/tokio/src/coop.rs
diff options
context:
space:
mode:
authorxliiv <tymoteusz.jankowski@gmail.com>2020-05-31 18:49:04 +0200
committerGitHub <noreply@github.com>2020-05-31 18:49:04 +0200
commite70a1b6d64ac2b3943d674d8f3b0b362fdc668b9 (patch)
treea3627e14fe849e03522815ecb6f8b8960b1b1ed2 /tokio/src/coop.rs
parent9264b837d897dcdf974703a6739132b995e669bc (diff)
docs: use intra-links in the docs (#2575)
Diffstat (limited to 'tokio/src/coop.rs')
-rw-r--r--tokio/src/coop.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tokio/src/coop.rs b/tokio/src/coop.rs
index a45b86d7..27e969c5 100644
--- a/tokio/src/coop.rs
+++ b/tokio/src/coop.rs
@@ -45,7 +45,7 @@
//! other futures. By doing this, you avoid double-counting each iteration of
//! the outer future against the cooperating budget.
//!
-//! [`poll`]: https://doc.rust-lang.org/std/future/trait.Future.html#tymethod.poll
+//! [`poll`]: method@std::future::Future::poll
// NOTE: The doctests in this module are ignored since the whole module is (currently) private.