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;
|
||
|
}
|