]> git.lizzy.rs Git - rust.git/blob - tests/source/imports_granularity_item.rs
Prevent duplicate comma when formatting struct pattern with ".."
[rust.git] / tests / source / imports_granularity_item.rs
1 // rustfmt-imports_granularity: Item
2
3 use a::{b, c, d};
4 use a::{f::g, h::{i, j}};
5 use a::{l::{self, m, n::o, p::*}};
6 use a::q::{self};