summaryrefslogtreecommitdiffstats
path: root/tokio-test
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2019-11-22 11:55:57 -0800
committerGitHub <noreply@github.com>2019-11-22 11:55:57 -0800
commitbf741fec359736d465fa588d8feea1a48e19c055 (patch)
treeead735f107863ee14750d9cc94e9abdf533e38c7 /tokio-test
parent9b2aa14bb185f552f0842319e7fbbfe0bd9b3dc6 (diff)
ci: generate docs (#1810)
Check docs as part of CI. This should catch link errors.
Diffstat (limited to 'tokio-test')
-rw-r--r--tokio-test/src/io.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/tokio-test/src/io.rs b/tokio-test/src/io.rs
index e6a243a1..9a3dbe04 100644
--- a/tokio-test/src/io.rs
+++ b/tokio-test/src/io.rs
@@ -15,8 +15,8 @@
//! Attempting to write data that the mock isn't expected will result in a
//! panic.
//!
-//! [`AsyncRead`]: tokio_io::AsyncRead
-//! [`AsyncWrite`]: tokio_io::AsyncWrite
+//! [`AsyncRead`]: tokio::io::AsyncRead
+//! [`AsyncWrite`]: tokio::io::AsyncWrite
use tokio::io::{AsyncRead, AsyncWrite};
use tokio::sync::mpsc;