mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-04 10:48:32 +00:00
![]() ## Summary This PR runs `rustfmt` with a few nightly options as a one-time fix to catch some malformatted comments. I ended up just running with: ```toml condense_wildcard_suffixes = true edition = "2021" max_width = 100 normalize_comments = true normalize_doc_attributes = true reorder_impl_items = true unstable_features = true use_field_init_shorthand = true ``` Since these all seem like reasonable things to fix, so may as well while I'm here. |
||
---|---|---|
.. | ||
format_element | ||
printer | ||
arguments.rs | ||
buffer.rs | ||
builders.rs | ||
diagnostics.rs | ||
format_element.rs | ||
format_extensions.rs | ||
formatter.rs | ||
group_id.rs | ||
lib.rs | ||
macros.rs | ||
prelude.rs | ||
source_code.rs |