rust/library
Dylan DPC 5acb7f198f
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.
2020-10-16 02:10:04 +02:00
..
2020-10-15 16:57:19 +02:00
2020-10-11 13:52:20 -04:00
2020-10-01 13:06:22 -04:00
2020-10-09 13:24:05 +02:00