Skip to content

Commit f8f9880

Browse files
committed
Use the futures traits instead of ignoring
1 parent 1e22d28 commit f8f9880

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
//!
33
//! # Examples
44
//!
5-
//! ```ignore
5+
//! ```
66
//! # async fn run() {
77
//! use async_pipe;
8-
//! use tokio::io::{AsyncWriteExt, AsyncReadExt};
8+
//! use futures::io::{AsyncWriteExt, AsyncReadExt};
99
//!
1010
//! let (mut w, mut r) = async_pipe::pipe();
1111
//!

0 commit comments

Comments
 (0)