]> git.lizzy.rs Git - rust.git/blob - src/tools/rustfmt/tests/target/imports_granularity_item.rs
Sync rust-lang/portable-simd@03f6fbb21e6050da2a05b3ce8f480c020b384916
[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};