Make the split struct public

This commit is contained in:
Yoshua Wuyts 2020-03-15 23:51:19 +01:00
parent bb11c676a1
commit 49dd02b4de

View file

@ -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;