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.
chain_indent
1 parent 9ac1e6d commit e18401cCopy full SHA for e18401c
Configurations.md
@@ -395,39 +395,6 @@ let range = aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa..
395
bbbbbbbbbbbbbbbbbbbbbbbbbbbbb;
396
```
397
398
-## `chain_indent`
399
-
400
-Indentation of chain
401
402
-- **Default value**: `"Block"`
403
-- **Possible values**: `"Block"`, `"Visual"`
404
-- **Stable**: ?
405
406
-#### `"Block"` (default):
407
408
-```rust
409
-let lorem = ipsum
410
- .dolor()
411
- .sit()
412
- .amet()
413
- .consectetur()
414
- .adipiscing()
415
- .elit();
416
-```
417
418
-#### `"Visual"`:
419
420
421
-let lorem = ipsum.dolor()
422
423
424
425
426
427
428
429
430
431
## `combine_control_expr`
432
433
Combine control expressions with function calls.
0 commit comments