Skip to content

Commit 96229f0

Browse files
committed
move buffered.rs to mod.rs
1 parent a020142 commit 96229f0

File tree

1 file changed

+1
-1
lines changed
  • library/std/src/io/buffered

1 file changed

+1
-1
lines changed

library/std/src/io/buffered.rs renamed to library/std/src/io/buffered/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ use crate::io::Error;
1515
pub use bufreader::BufReader;
1616
pub use bufwriter::BufWriter;
1717
pub use linewriter::LineWriter;
18-
pub(super) use linewritershim::LineWriterShim;
18+
use linewritershim::LineWriterShim;
1919

2020
/// An error returned by [`BufWriter::into_inner`] which combines an error that
2121
/// happened while writing out the buffer, and the buffered writer object

0 commit comments

Comments
 (0)