rust/tests/target/configs/group_imports/One-nested.rs

7 lines
113 B
Rust

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