We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be123b2 commit ab112e9Copy full SHA for ab112e9
src/io/mod.rs
@@ -23,7 +23,7 @@
23
pub mod prelude;
24
25
#[doc(inline)]
26
-pub use std::io::{Error, ErrorKind, Result, SeekFrom};
+pub use std::io::{Error, ErrorKind, IoSlice, IoSliceMut, Result, SeekFrom};
27
28
pub use buf_read::{BufRead, Lines};
29
pub use buf_reader::BufReader;
0 commit comments