rust/tests/source/issue-5801
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
..
attribute_unexpectedly_wraps_before_max_width.rs
comment_unexpectedly_wraps_before_max_width.rs