mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-18 11:03:09 +00:00

flt2dec: replace for loop by iter_mut Perf is explored in https://github.com/rust-lang/rust/issues/144118, which initially showed small losses, but then also showed significant gains. Both are real, but given the smallness of the losses, this seems a good change.