rustfmt-nightly 1.1.1

Tool to find and fix Rust formatting issues
Documentation
// Part of multiple.rs

fn bob() {
    println!("hello other!");
}