mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-28 20:16:58 +03:00
af8cf9444c
Handle write!(buf, "\n") case better Make `write!(buf, "\n")` suggest `writeln!(buf)` by removing the trailing comma from `writeln!(buf, )`. changelog: [`write_with_newline`] suggestion on only "\n" improved