Skip to content
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

Reformat imports to a consistent style for imports #21592

Merged
merged 1 commit into from Dec 3, 2021

Conversation

mvines
Copy link
Member

@mvines mvines commented Dec 3, 2021

rustfmt.toml configuration:

  imports_granularity = "One"
  group_imports = "One"

rustfmt.toml configuration:
  imports_granularity = "One"
  group_imports = "One"
@mvines mvines mentioned this pull request Dec 3, 2021
@CriesofCarrots
Copy link
Contributor

Ha, this is cool. I've been thinking of doing this by hand (but was worried about the churn and backport-conflict pain)

@mvines
Copy link
Member Author

mvines commented Dec 3, 2021

Right before v1.9 branching seems like a great time. But once this lands, I could do the same for v1.8 as well

@mvines mvines merged commit b8837c0 into solana-labs:master Dec 3, 2021
@mvines
Copy link
Member Author

mvines commented Dec 3, 2021

v1.8 backport: #21593

@mvines mvines deleted the fmt branch December 3, 2021 17:22
@buffalu
Copy link
Contributor

buffalu commented Feb 18, 2022

#23238 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants