8 lines
127 B
Rust
8 lines
127 B
Rust
|
// rustfmt-group_imports: StdExternalCrate
|
||
|
mod test {
|
||
|
use std::path;
|
||
|
|
||
|
use crate::foo::bar;
|
||
|
use crate::foo::bar2;
|
||
|
}
|