599b2fd9c4
* Add Together option to group_imports * Rename option to One * Rename files from Together to One
7 lines
113 B
Rust
7 lines
113 B
Rust
// rustfmt-group_imports: One
|
|
mod test {
|
|
use crate::foo::bar;
|
|
use crate::foo::bar2;
|
|
use std::path;
|
|
}
|