summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/source/issue-2955.rs
blob: 525e070a57eee7df83adfed1cb4437b578010326 (plain)
1
2
3
4
5
6
// rustfmt-condense_wildcard_suffixes: true
fn main() {
    match (1, 2, 3) {
        (_, _, _) => (),
    }
}