rust-lang / cargo-bisect-rustc

Bisects rustc, either nightlies or CI artifacts
https://rust-lang.github.io/cargo-bisect-rustc/
Apache License 2.0
174 stars 55 forks source link

Have rustfmt reorder imports #231

Closed LingMan closed 1 year ago

LingMan commented 1 year ago

It was disabled several years back to "avoid formatting thrash". Back then CI didn't enforce a consistent formatting yet and presumably different rustfmt versions disagreed about the correct ordering of imports.