We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce5aca9 commit 9ccc104Copy full SHA for 9ccc104
src/doc/style-guide/src/expressions.md
@@ -456,12 +456,15 @@ let foo = bar
456
457
If the length of the last line of the first element plus its indentation is
458
less than or equal to the indentation of the second line, then combine the
459
-first and second lines if they fit:
+first and second lines if they fit. Apply this rule recursively.
460
461
```rust
462
x.baz?
463
.qux()
464
465
+x.y.z
466
+ .qux()
467
+
468
let foo = x
469
.baz?
470
.qux();
0 commit comments