03c660633f
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.
9 lines
95 B
Rust
9 lines
95 B
Rust
// rustfmt-take_source_hints: false
|
|
// We know best!
|
|
|
|
fn main() {
|
|
a.b
|
|
.c
|
|
.d();
|
|
}
|