io: Take struct re-export to main crate (#1670)

This commit is contained in:
madmaxio
2019-10-21 10:03:05 -07:00
committed by Carl Lerche
parent 4bee94eb06
commit 6aa6ebb5bc
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ pub use tokio_fs::{stderr, stdin, stdout, Stderr, Stdin, Stdout};
pub use tokio_io::split::split;
pub use tokio_io::{
empty, repeat, sink, AsyncBufRead, AsyncBufReadExt, AsyncRead, AsyncReadExt, AsyncWrite,
AsyncWriteExt, BufReader, BufWriter, Empty, Repeat, Sink,
AsyncWriteExt, BufReader, BufWriter, Empty, Repeat, Sink, Take,
};
// Re-export io::Error so that users don't have to deal