summaryrefslogtreecommitdiffstats
path: root/tokio/src/io/util/read_buf.rs
diff options
context:
space:
mode:
authorMikail Bagishov <bagishov.mikail@yandex.ru>2020-07-21 00:50:59 +0300
committerGitHub <noreply@github.com>2020-07-20 14:50:59 -0700
commit28a93e604454d435476eb8bb2eee809fd86b001d (patch)
treee55e4799960ab2687a27753765855b5fe4ac9eff /tokio/src/io/util/read_buf.rs
parentdd28831e1301f09b992dabf5f9e47656ee6d981c (diff)
Update doc comments (#2572)
* Update doc comments * Remove trailing whitespace
Diffstat (limited to 'tokio/src/io/util/read_buf.rs')
-rw-r--r--tokio/src/io/util/read_buf.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tokio/src/io/util/read_buf.rs b/tokio/src/io/util/read_buf.rs
index 97e670de..6ee3d249 100644
--- a/tokio/src/io/util/read_buf.rs
+++ b/tokio/src/io/util/read_buf.rs
@@ -15,7 +15,7 @@ where
}
cfg_io_util! {
- /// Future returned by [`read_buf`](AsyncReadExt::read_buf).
+ /// Future returned by [`read_buf`](crate::io::AsyncReadExt::read_buf).
#[derive(Debug)]
#[must_use = "futures do nothing unless you `.await` or poll them"]
pub struct ReadBuf<'a, R, B> {