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,