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

8 lines
127 B
Rust
Raw Normal View History

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