forked from mirror/async-std
Make the split struct public
This commit is contained in:
parent
bb11c676a1
commit
49dd02b4de
1 changed files with 1 additions and 1 deletions
|
@ -275,7 +275,7 @@ cfg_std! {
|
||||||
#[doc(inline)]
|
#[doc(inline)]
|
||||||
pub use std::io::{Error, ErrorKind, IoSlice, IoSliceMut, Result, SeekFrom};
|
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_reader::BufReader;
|
||||||
pub use buf_writer::{BufWriter, IntoInnerError};
|
pub use buf_writer::{BufWriter, IntoInnerError};
|
||||||
pub use copy::copy;
|
pub use copy::copy;
|
||||||
|
|
Loading…
Reference in a new issue