re-export tokio_io::read in tokio::io (#689)

Fixes: #688
This commit is contained in:
David Ross
2018-10-09 19:50:03 -07:00
committed by Carl Lerche
parent a2f457fa48
commit bfa6766f3c
+1
View File
@@ -68,6 +68,7 @@ pub use tokio_io::io::{
Flush,
lines,
Lines,
read,
read_exact,
ReadExact,
read_to_end,