073cc3891f
Backport of 17d90ca.
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;
|
|
}
|