posixutils-rs icon indicating copy to clipboard operation
posixutils-rs copied to clipboard

Format imports

Open joshka opened this issue 7 months ago • 0 comments

  • Format imports using Module granularity
  • Group imports StdExternalCrate

The general impact of this is 5-10% reduction in lines of code for import statements, with more consistent sorting and simpler diffs.

A rationale behind these choices is similar to https://github.com/rust-lang/compiler-team/issues/750

joshka avatar Apr 03 '25 00:04 joshka