summaryrefslogtreecommitdiffstats
path: root/tokio-test
diff options
context:
space:
mode:
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;