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