]> git.lizzy.rs Git - rust.git/blob - src/tools/rustfmt/tests/target/5131_crate.rs
Merge commit 'e36a20c24f35a4cee82bbdc600289104c9237c22' into ra-sync-and-pms-component
[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};