rustfmt-nightly 1.4.11

Tool to find and fix Rust formatting issues
Documentation
fn foo(a: T) {
    match a {
1 => {}
    0 => {}
    // _ => panic!("doesn't format!"),
    }
}