refactor: rename ReadSome to Read

Also `try_nb!` is used.
This commit is contained in:
Evgeny Safronov
2016-09-30 13:14:41 +03:00
parent 4b3472ceae
commit 42bbe86cb6
2 changed files with 9 additions and 20 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ pub use self::copy::{copy, Copy};
pub use self::flush::{flush, Flush};
pub use self::read_exact::{read_exact, ReadExact};
pub use self::read_to_end::{read_to_end, ReadToEnd};
pub use self::read::{read, ReadSome};
pub use self::read::read;
pub use self::split::{ReadHalf, WriteHalf};
pub use self::window::Window;
pub use self::write_all::{write_all, WriteAll};