Skip to content

Commit ab112e9

Browse files
committed
expose IoSlice, IoSliceMut
Signed-off-by: Yoshua Wuyts <[email protected]>
1 parent be123b2 commit ab112e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/io/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
pub mod prelude;
2424

2525
#[doc(inline)]
26-
pub use std::io::{Error, ErrorKind, Result, SeekFrom};
26+
pub use std::io::{Error, ErrorKind, IoSlice, IoSliceMut, Result, SeekFrom};
2727

2828
pub use buf_read::{BufRead, Lines};
2929
pub use buf_reader::BufReader;

0 commit comments

Comments
 (0)