style: reformat all sources and add CI checks - #5066
Merged
Conversation
rami3l
force-pushed
the
style/unify-imports
branch
2 times, most recently
from
September 9, 2026 07:41
8863357 to
70e3bf5
Compare
rami3l
force-pushed
the
style/unify-imports
branch
from
September 9, 2026 07:48
70e3bf5 to
e7e77fe
Compare
djc
approved these changes
Sep 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #5065.
The new
cargo +nightly xfmtsubcommand follows the nextest convention which is also used by some other projects.Concerns
.cargo/config.tomllike in the nextest example above? This way nonightlyinstallation is required, but it may be less composable with the r-a configuration proposed in Use unstablerustfmtfeatures to ensure import style #5065 (comment).