rust/tests
Yacin Tmimi 8984438a6f Honor #[rustfmt::skip::attributes(derive)] attribute
Fixes 5270

Previously, rustfmt only checked the `merge_derives` configuration value
to determine if it should merge_derives. This lead to derives being
merged even when annotated with the `rustfmt::skip` attribute.

Now, rustfmt also checks if derives are explicitly being skipped in the
current context via the `rustfmt::skip` attribute.
2022-03-21 16:56:34 -05:00
..
cargo-fmt Format code 2022-02-15 19:44:53 -06:00
config chore: backport 8157a3f0afe978d3e953420577f8344db7e905bf 2020-07-15 09:19:21 -05:00
coverage
license-template fix: handling of empty str for license template path (#3804) 2019-09-24 09:24:05 +09:00
mod-resolver Improve mod resolution error for mods with multiple candidate files 2022-03-08 21:51:23 -06:00
parser tests: add test for panic on new_parser_from_file 2020-11-02 18:31:51 -06:00
rustfmt Improve mod resolution error for mods with multiple candidate files 2022-03-08 21:51:23 -06:00
source Honor #[rustfmt::skip::attributes(derive)] attribute 2022-03-21 16:56:34 -05:00
target Honor #[rustfmt::skip::attributes(derive)] attribute 2022-03-21 16:56:34 -05:00
writemode Use <stdin> when emitting stdin as filename (#4298) 2022-01-02 10:06:06 -06:00