Skip to content

Commit 49dd02b

Browse files
committed
Make the split struct public
1 parent bb11c67 commit 49dd02b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/io/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ cfg_std! {
275275
#[doc(inline)]
276276
pub use std::io::{Error, ErrorKind, IoSlice, IoSliceMut, Result, SeekFrom};
277277

278-
pub use buf_read::{BufRead, Lines};
278+
pub use buf_read::{BufRead, Lines, Split};
279279
pub use buf_reader::BufReader;
280280
pub use buf_writer::{BufWriter, IntoInnerError};
281281
pub use copy::copy;

0 commit comments

Comments
 (0)