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