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