summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/target/5131_one.rs
blob: a086dae5a42218d77867d6d9420a1d8f2fecdabb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// rustfmt-imports_granularity: One

pub use foo::{x, x as x2, y};
use {
    bar::{
        a,
        b::{self, f, g},
        c,
        d::{e, e as e2},
    },
    qux::{h, i},
};