forked from mirror/async-std
Compare commits
1 commit
master
...
split-by-p
Author | SHA1 | Date | |
---|---|---|---|
|
91104336fc |
1 changed files with 1 additions and 1 deletions
|
@ -275,7 +275,7 @@ cfg_std! {
|
|||
#[doc(inline)]
|
||||
pub use std::io::{Error, ErrorKind, IoSlice, IoSliceMut, Result, SeekFrom};
|
||||
|
||||
pub use buf_read::{BufRead, Lines};
|
||||
pub use buf_read::{BufRead, Lines, Split};
|
||||
pub use buf_reader::BufReader;
|
||||
pub use buf_writer::{BufWriter, IntoInnerError};
|
||||
pub use copy::copy;
|
||||
|
|
Loading…
Reference in a new issue