-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rustfmt: format imports #5743
rustfmt: format imports #5743
Conversation
Current dependencies on/for this PR:
This stack of pull requests is managed by Graphite. |
f4e596d
to
54ee72c
Compare
9974918
to
7ab732b
Compare
54ee72c
to
7f69f0d
Compare
f1571f5
to
88907a4
Compare
heh, this one is huge 😅 @joncinque CI is passing, but if we want to break this one up I can maybe wait to add the file and instead just format a few crates at a time manually with in-line configs. I could also do this via commits within this PR. Lmk |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
f18fead
to
3a1ae53
Compare
88907a4
to
0413540
Compare
Merge activity
|
3a1ae53
to
266bc51
Compare
0413540
to
4005ab6
Compare
Pull request has been modified.
This PR adds import formatting configurations to the repository's
rustfmt.toml
file, and the associated changes fromcargo +nightly fmt --all
.