rustfmt-nightly 1.1.1

Tool to find and fix Rust formatting issues
Documentation
macro_rules! test {
    ($($t:tt)*) => {}
}

fn main() {
    test!( a : B => c d );
}