rust/compiler
Guillaume Gomez 0c2dbb2a18
Rollup merge of #78145 - LingMan:ast_pretty_mut, r=jonas-schievink
Drop unneeded `mut`

These parameters don't get modified.

Note that `trailing_comment` is pub and gets exported from `rustc_ast_pretty`. Is that considered to be a stable API? If yes, and you want to reserve the right to modify `self` in `trailing_comment` in the future, that hunk would need to be dropped.
2020-10-20 21:46:42 +02:00
..
2020-10-20 16:42:51 +02:00
2020-10-16 15:21:18 -03:00
2020-10-19 21:11:40 +01:00
2020-10-16 15:13:28 -03:00
2020-10-16 12:58:50 -04:00