rust/tests/target/issue-5125
Yacin Tmimi 8b0b213cdd Prevent adding trailing whitespace when rewriting ast::Param
Fixes 5125

Previously, a newline was always added, even if the parameter name was
not preceded by any param attrs.

Now a newline is only added if there were param attrs.
2022-01-29 12:20:34 -06:00
..
attributes_in_formal_fuction_parameter.rs
long_parameter_in_different_positions.rs
minimum_example.rs
with_leading_and_inline_comments.rs