mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-08 04:56:58 +00:00
![Marcus Klaas](/assets/img/avatar_default.png)
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();
|
|
}
|