]> git.lizzy.rs Git - rust.git/blob - src/tools/rustfmt/tests/target/5131_crate.rs
Rollup merge of #93661 - ehuss:add-missing-rustc-arg-docs, r=estebank,Mark-Simulacrum
[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};