Skip to content

Commit

Permalink
Rollup merge of rust-lang#76084 - Lucretiel:split-buffered, r=dtolnay
Browse files Browse the repository at this point in the history
Refactor io/buffered.rs into submodules

This pull request splits `BufWriter`, `BufReader`, `LineWriter`, and `LineWriterShim` (along with their associated tests) into separate submodules. It contains no functional changes. This change is being made in anticipation of adding another type of buffered writer which can be switched between line- and block-buffering mode.

Part of a series of pull requests resolving rust-lang#60673.
  • Loading branch information
Dylan-DPC committed Oct 16, 2020
2 parents 1643fd8 + c4280af commit 5acb7f1
Show file tree
Hide file tree
Showing 7 changed files with 1,466 additions and 1,441 deletions.
Loading

0 comments on commit 5acb7f1

Please sign in to comment.