rust/library/std/src/io/buffered
Matthias Krüger 6e9db86787
Rollup merge of #125404 - a1phyr:fix-read_buf-uses, r=workingjubilee
Fix `read_buf` uses in `std`

Following lib-team decision here: https://github.com/rust-lang/rust/issues/78485#issuecomment-2122992314

Guard against the pathological behavior of both returning an error and performing a read.
2024-09-28 09:35:08 +02:00
..
bufreader Rollup merge of #125404 - a1phyr:fix-read_buf-uses, r=workingjubilee 2024-09-28 09:35:08 +02:00
bufreader.rs Rollup merge of #125404 - a1phyr:fix-read_buf-uses, r=workingjubilee 2024-09-28 09:35:08 +02:00
bufwriter.rs Pre-allocate buffers in File::open_buffered and create_buffered 2024-09-24 13:33:31 -07:00
linewriter.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
linewritershim.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
mod.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
tests.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00