rustfmt-nightly 0.2.14

Tool to find and fix Rust formatting issues
1
2
3
4
5
6
// rustfmt-take_source_hints: false
// We know best!

fn main() {
    a.b.c.d();
}