Skip to content

Commit 88da7b6

Browse files
committed
Go back to using tokio in the doc test
1 parent f8f9880 commit 88da7b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
//! ```
66
//! # async fn run() {
77
//! use async_pipe;
8-
//! use futures::io::{AsyncWriteExt, AsyncReadExt};
8+
//! use tokio::io::{AsyncWriteExt, AsyncReadExt};
99
//!
1010
//! let (mut w, mut r) = async_pipe::pipe();
1111
//!

0 commit comments

Comments
 (0)