posixutils-rs
posixutils-rs copied to clipboard
Format imports
- 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