rust/tests
Yacin Tmimi 5ce82e1513 Prevent trailing whitespace in where clause bound predicate
resolves 5012
resolves 4850

This behavior was noticed when using the ``trailing_comma = "Never"``
configuration option (5012).

This behavior was also noticed when using default configurations (4850).

rustfmt would add a trailing space to where clause bounds that had an
empty right hand side.

Now no trailing space is added to the end of these where clause bounds.
2021-10-30 23:07:34 -05:00
..
cargo-fmt ensure cargo-fmt tests are excluded from root workspace 2021-10-20 10:12:22 -05:00
config chore: backport 8157a3f0afe978d3e953420577f8344db7e905bf 2020-07-15 09:19:21 -05:00
coverage
license-template
mod-resolver/issue-4874 fix(rustfmt): load nested out-of-line mods correctly 2021-06-17 22:35:19 -05:00
parser tests: add test for panic on new_parser_from_file 2020-11-02 18:31:51 -06:00
rustfmt
source Add One option to group_imports (#4966) 2021-10-23 11:01:48 -05:00
target Prevent trailing whitespace in where clause bound predicate 2021-10-30 23:07:34 -05:00
writemode