mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-02 00:07:42 +03:00
0c2dbb2a18
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.