8 lines
114 B
Rust
Raw Normal View History

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