rust/tests/source/imports_granularity_item.rs

7 lines
135 B
Rust
Raw Normal View History

// rustfmt-imports_granularity: Item
use a::{b, c, d};
use a::{f::g, h::{i, j}};
use a::{l::{self, m, n::o, p::*}};
use a::q::{self};