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

Cleanup import statements #1746

Merged
merged 1 commit into from
Dec 31, 2023
Merged

Cleanup import statements #1746

merged 1 commit into from
Dec 31, 2023

Commits on Dec 23, 2023

  1. Cleanup import statements

    Mio once started with the order of std, external crates, than crate
    internal imports. At some points this order was not enforce properly and
    we ended up with a mix imports statements.
    
    This commit orders everything following imports from std, external
    crates, then crate internal (the `group_imports="StdExternalCrate"`
    rustfmt option).
    
    This has no functional change.
    Thomasdezeeuw committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    09a6e8f View commit details
    Browse the repository at this point in the history