8000 Make the split struct public · async-rs/async-std@9110433 · GitHub
[go: up one dir, main page]

Skip to content
10000

Commit 9110433

Browse files
committed
Make the split struct public
1 parent 9167d42 commit 9110433

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)
0