We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a020142 commit 96229f0Copy full SHA for 96229f0
library/std/src/io/buffered.rs renamed to library/std/src/io/buffered/mod.rs
@@ -15,7 +15,7 @@ use crate::io::Error;
15
pub use bufreader::BufReader;
16
pub use bufwriter::BufWriter;
17
pub use linewriter::LineWriter;
18
-pub(super) use linewritershim::LineWriterShim;
+use linewritershim::LineWriterShim;
19
20
/// An error returned by [`BufWriter::into_inner`] which combines an error that
21
/// happened while writing out the buffer, and the buffered writer object
0 commit comments