This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
b552eb9e3a
rust
/
tests
/
config
/
issue-5801-v2.toml
4 lines
57 B
TOML
Raw
Normal View
History
Unescape
Escape
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 09:06:25 -06:00
max_width
=
120
version
=
"Two"
refactor: switch idempotence/system tests to style_edition Updates all the various files utilized in the system and idempotence tests to directly use the corresponding 'style_edition' configuration as opposed to keeping the original 'version' values and relying on the mapping.
2024-07-19 18:25:11 -05:00
attr_fn_like_width
=
120
Reference in New Issue
Copy Permalink