summaryrefslogtreecommitdiffstats
path: root/tokio
diff options
context:
space:
mode:
authormadmaxio <sprayrules@gmail.com>2019-10-21 20:03:05 +0300
committerCarl Lerche <me@carllerche.com>2019-10-21 10:03:05 -0700
commit6aa6ebb5bce7b2b8c5b81814b6ea47994f0f54d9 (patch)
tree4065043048b8cbed183a961f1d562e15b2bebb4a /tokio
parent4bee94eb067bd5f1b82f50751a1005029bfece88 (diff)
io: `Take` struct re-export to main crate (#1670)
Diffstat (limited to 'tokio')
-rw-r--r--tokio/src/io.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tokio/src/io.rs b/tokio/src/io.rs
index d694e08d..6833671f 100644
--- a/tokio/src/io.rs
+++ b/tokio/src/io.rs
@@ -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