]> git.lizzy.rs Git - rust.git/blob - src/tools/rustfmt/tests/target/imports_granularity_item.rs
Auto merge of #95315 - compiler-errors:pointee-fix, r=pnkfelix
[rust.git] / src / tools / rustfmt / tests / target / imports_granularity_item.rs
1 // rustfmt-imports_granularity: Item
2
3 use a::b;
4 use a::c;
5 use a::d;
6 use a::f::g;
7 use a::h::i;
8 use a::h::j;
9 use a::l::m;
10 use a::l::n::o;
11 use a::l::p::*;
12 use a::l::{self};
13 use a::q::{self};