Files
rust/tests/ui
bors af8cf9444c Auto merge of #7183 - th1000s:write_nl_hint, r=flip1995
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
2021-05-07 12:13:35 +00:00
..
2021-01-07 18:54:12 -03:00
2020-11-08 18:32:12 -05:00
2020-06-10 01:35:47 +00:00
2021-05-04 12:38:30 -07:00
2020-11-08 18:32:12 -05:00
2020-11-08 18:32:12 -05:00
2020-11-08 18:32:12 -05:00
2020-04-23 16:30:06 -07:00
2020-04-26 18:00:51 +03:00
2020-07-10 07:39:28 -04:00
2020-09-10 15:23:38 +02:00
2020-11-08 18:32:12 -05:00
2020-11-08 18:32:12 -05:00
2021-03-03 11:23:29 +01:00