rust/tests/source/expr-no-hints.rs
Marcus Klaas 03c660633f Refine chain breaking heuristics
Don't make a single line chain when it is was multi line in the source; allow overflow of the last chain element onto the next lines without breaking the chain.
2015-09-11 00:53:01 +02:00

8 lines
95 B
Rust

// rustfmt-take_source_hints: false
// We know best!
fn main() {
a.b
.c
.d();
}