]> git.lizzy.rs Git - rust.git/blob - src/tools/rustfmt/tests/target/5131_crate.rs
Add 'src/tools/rust-analyzer/' from commit '977e12a0bdc3e329af179ef3a9d466af9eb613bb'
[rust.git] / src / tools / rustfmt / tests / target / 5131_crate.rs
1 // rustfmt-imports_granularity: Crate
2
3 use foo::{
4     a, b, b as b2,
5     b::{f, g, g as g2},
6     c,
7     d::e,
8 };
9 use qux::{h, h as h2, i};