rust-lang / rustc_codegen_cranelift

Cranelift based backend for rustc
Apache License 2.0
1.59k stars 100 forks source link

organize import sections with rustfmt `group_imports` #1393

Closed onur-ozkan closed 1 year ago

onur-ozkan commented 1 year ago

ref https://rust-lang.zulipchat.com/#narrow/stream/326414-t-infra.2Fbootstrap/topic/development.20plans.20for.20bootstrap/near/390360397

onur-ozkan commented 1 year ago

I start feeling scared. I thought rustfmt will handle this in a better way. How are we going to detect this on the upstream from 1333 files :joy:

bjorn3 commented 1 year ago

(currently working on fixing CI. will merge after that.)

bjorn3 commented 1 year ago

The CI issue should be fixed now, but still waiting on confirmation from CI.

bjorn3 commented 1 year ago

Thanks!