Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5acb7f1

Browse files
authoredOct 16, 2020
Rollup merge of #76084 - Lucretiel:split-buffered, r=dtolnay
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 #60673.
2 parents 1643fd8 + c4280af commit 5acb7f1

File tree

7 files changed

+1466
-1441
lines changed

7 files changed

+1466
-1441
lines changed
 

0 commit comments

Comments
 (0)
Please sign in to comment.