rust/tests/source/configs/group_imports/StdExternalCrate-nested.rs

7 lines
126 B
Rust
Raw Normal View History

// rustfmt-group_imports: StdExternalCrate
mod test {
use crate::foo::bar;
use std::path;
use crate::foo::bar2;
}