blob: 799cd36e29ac28cc47aa9287a81d7d213b1bd6c0 [file] [log] [blame]
// rustfmt-condense_wildcard_suffixes: true
fn main() {
match (1, 2, 3) {
(..) => (),
}
}