mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 20:45:45 +03:00
aade96f902
New lint `format_add_strings` Closes #6261 changelog: Added [`format_add_string`]: recommend using `write!` instead of appending the result of `format!`