diff options
| author | Josh Triplett <josh@joshtriplett.org> | 2023-07-05 15:33:21 -0700 |
|---|---|---|
| committer | Josh Triplett <josh@joshtriplett.org> | 2023-07-05 15:33:21 -0700 |
| commit | 24534cffe60044965d3cd11d49e9b568c3dfa865 (patch) | |
| tree | c60ebb1fd70d4eb38b22dd9fe9ed733c378c99f8 /compiler/rustc_codegen_llvm/src/llvm_util.rs | |
| parent | 5dac6b320be868f898a3c753934eabc79ff2e406 (diff) | |
| download | rust-24534cffe60044965d3cd11d49e9b568c3dfa865.tar.gz rust-24534cffe60044965d3cd11d49e9b568c3dfa865.zip | |
style-guide: Fix chain example to match rustfmt behavior
The style guide gave an example of breaking a multi-line chain element
and all subsequent elements to a new line, but that same example and the
accompanying text also had several chain items stacked on the first
line. rustfmt doesn't do this, except when the rule saying to combine
```
shrt
.y()
```
into
```
shrt.y()
```
applies.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/llvm_util.rs')
0 files changed, 0 insertions, 0 deletions
