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