rustfmt-nightly 1.1.1

Tool to find and fix Rust formatting issues
Documentation
1
2
3
4
5
6
7
8
fn main() {
    match 3 {
        t if match t {
            _ => true,
        } => {},
        _ => {}
    }
}