summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/source/configs/group_imports/One-nested.rs
blob: 109bd07e1ee29278e5cec6ba66a6bc0d7198e670 (plain)
1
2
3
4
5
6
7
// rustfmt-group_imports: One
mod test {
    use crate::foo::bar;

    use std::path;
    use crate::foo::bar2;
}