summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/target/5131_crate.rs
blob: 557d66703554614633f3d36c8ef41471113d58a9 (plain)
1
2
3
4
5
6
7
8
9
// rustfmt-imports_granularity: Crate

use foo::{
    a, b, b as b2,
    b::{f, g, g as g2},
    c,
    d::e,
};
use qux::{h, h as h2, i};