rust/library/std
bors f562931178 Auto merge of #116506 - Wilfred:remove_tmp_var, r=workingjubilee
Remove unnecessary tmp variable in default_read_exact

This `tmp` variable has existed since the original implementation (added in ff81920f03), but it's not necessary (maybe non-lexical lifetimes helped?).

It's common to read std source code to understand how things actually work, and this tripped me up on my first read.
2023-10-12 00:45:22 +00:00
..
benches
src Auto merge of #116506 - Wilfred:remove_tmp_var, r=workingjubilee 2023-10-12 00:45:22 +00:00
tests Add data race test to std::env::{get, set} 2023-08-20 21:50:45 +02:00
build.rs Support AIX in Rust standard library 2023-10-09 14:02:57 +08:00
Cargo.toml Invoke backtrace-rs buildscript in std buildscript 2023-10-02 19:34:27 -06:00