rust/tests/target/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

6 lines
83 B
Rust

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