rust/tests
IVIURRAY 6356fca675
Prevent enum variant attributes from wrapping one character early
Fixes 5801 when using `version=Two`

Previously, doc comments would wrap one character less than the
`comment_width` when using `wrap_comments=true`, and fn-like attributes
would wrap one character before the `attr_fn_like_width`.

Now, when using `version=Two` enum variant attributes won't wrap early
2024-01-08 10:06:25 -05:00
..
cargo-fmt Merge commit '81fe905ca8' into rustfmt-sync 2023-10-22 20:21:44 -05:00
config Prevent enum variant attributes from wrapping one character early 2024-01-08 10:06:25 -05:00
coverage Replace WriteMode with EmitMode and backup bool 2018-05-21 14:14:09 +12:00
mod-resolver Merge commit '1d8491b120' into sync-from-rustfmt 2023-01-24 14:16:03 -06:00
parser tests: add test for panic on new_parser_from_file 2020-11-02 18:31:51 -06:00
rustfmt Fixed error caused by combination of match_arm_blocks and control_brace_style 2023-10-23 20:27:26 -04:00
source Prevent enum variant attributes from wrapping one character early 2024-01-08 10:06:25 -05:00
target Prevent enum variant attributes from wrapping one character early 2024-01-08 10:06:25 -05:00
writemode Merge commit '5ff7b632a9' into sync-rustfmt-subtree 2022-03-29 23:17:30 -05:00