Skip to content

Commit

Permalink
move buffered.rs to mod.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucretiel committed Sep 11, 2020
1 parent a020142 commit 96229f0
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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
Expand Down

0 comments on commit 96229f0

Please sign in to comment.