rustfmt-nightly 1.1.1

Tool to find and fix Rust formatting issues
Documentation
// rustfmt-condense_wildcard_suffixes: true
fn main() {
    match (1, 2, 3) {
        (_, _, _) => (),
    }
}