io: fix documents (#1231)

This commit is contained in:
Taiki Endo
2019-07-01 20:44:12 -07:00
committed by Carl Lerche
parent 70eca184f0
commit ceed29586b
3 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -52,5 +52,5 @@ pub use tokio_fs::{stderr, stdin, stdout, Stderr, Stdin, Stdout};
pub use tokio_io::{AsyncRead, AsyncWrite};
// Re-export io::Error so that users don't have to deal
// with conflicts when `use`ing `futures::io` and `std::io`.
// with conflicts when `use`ing `tokio::io` and `std::io`.
pub use std::io::{Error, ErrorKind, Result};