mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 23:03:06 +03:00
move buffered.rs to mod.rs
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
pub use bufreader::BufReader;
|
||||
pub use bufwriter::BufWriter;
|
||||
pub use linewriter::LineWriter;
|
||||
pub(super) use linewritershim::LineWriterShim;
|
||||
use linewritershim::LineWriterShim;
|
||||
|
||||
/// An error returned by [`BufWriter::into_inner`] which combines an error that
|
||||
/// happened while writing out the buffer, and the buffered writer object
|
||||
Reference in New Issue
Block a user