summaryrefslogtreecommitdiffstats
path: root/tokio-test/src
diff options
context:
space:
mode:
authorIvan Petkov <ivanppetkov@gmail.com>2019-08-18 14:38:55 -0700
committerCarl Lerche <me@carllerche.com>2019-08-18 14:38:54 -0700
commit68d5fcb8d154309ba5abeaf8f092835ff3fa7c52 (patch)
tree53fcca866e2f5ff84a70aca963ca8fadc7f65ac2 /tokio-test/src
parent08b07afbd9beb8d92c7aeb0cf07e56d065a73726 (diff)
docs: fix all rustdoc warnings (#1474)
Diffstat (limited to 'tokio-test/src')
-rw-r--r--tokio-test/src/io.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/tokio-test/src/io.rs b/tokio-test/src/io.rs
index 46819091..ffbb07c5 100644
--- a/tokio-test/src/io.rs
+++ b/tokio-test/src/io.rs
@@ -12,6 +12,9 @@
//!
//! Attempting to write data that the mock isn't expected will result in a
//! panic.
+//!
+//! [`AsyncRead`]: tokio_io::AsyncRead
+//! [`AsyncWrite`]: tokio_io::AsyncWrite
use std::collections::VecDeque;
use std::future::Future;