summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/target/configs/condense_wildcard_suffixes/true.rs
blob: 4f880abe80e7b88536b20063b279b1fc31a24e5b (plain)
1
2
3
4
5
6
// rustfmt-condense_wildcard_suffixes: true
// Condense wildcard suffixes

fn main() {
    let (lorem, ipsum, ..) = (1, 2, 3, 4);
}