Make the split struct public

This commit is contained in:
Yoshua Wuyts 2020-03-04 15:41:11 +01:00
parent 9167d42f4b
commit 91104336fc

View file

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