move buffered.rs to mod.rs
This commit is contained in:
parent
a020142805
commit
96229f0240
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ use crate::io::Error;
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue