summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/target/configs/group_imports/One-nested.rs
blob: 5b648548260f8b758781c3a89f1a76901b1c78c1 (plain)
1
2
3
4
5
6
// rustfmt-group_imports: One
mod test {
    use crate::foo::bar;
    use crate::foo::bar2;
    use std::path;
}