71863753bd
This renames the existing `true`/`false` options to `Crate`/`Never`, then adds a new `Module` option which causes imports to be grouped together by their originating module.
4 lines
51 B
Rust
4 lines
51 B
Rust
// rustfmt-merge_imports: true
|
|
|
|
use a::b;
|
|
use a::c; |