From bfa6766f3cbe113357c730f1782f842153c3f86f Mon Sep 17 00:00:00 2001 From: David Ross Date: Tue, 9 Oct 2018 19:50:03 -0700 Subject: [PATCH] re-export tokio_io::read in tokio::io (#689) Fixes: #688 --- src/io.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/io.rs b/src/io.rs index 1d6bfd3a7..0f1fcbca6 100644 --- a/src/io.rs +++ b/src/io.rs @@ -68,6 +68,7 @@ pub use tokio_io::io::{ Flush, lines, Lines, + read, read_exact, ReadExact, read_to_end,