]> git.proxmox.com Git - rustc.git/blame - src/tools/rustfmt/tests/target/imports_granularity_item.rs
New upstream version 1.62.1+dfsg1
[rustc.git] / src / tools / rustfmt / tests / target / imports_granularity_item.rs
CommitLineData
f20569fa
XL
1// rustfmt-imports_granularity: Item
2
3use a::b;
4use a::c;
5use a::d;
6use a::f::g;
7use a::h::i;
8use a::h::j;
9use a::l::m;
10use a::l::n::o;
11use a::l::p::*;
12use a::l::{self};
13use a::q::{self};