Fix long lines which rustfmt fails to format
rustfmt fails to format this match expression, because it has several long string literals over the maximum line width. This seems to exhibit rustfmt issues #3863 (Gives up on chains if any line is too long) and #3156 (Fail to format match arm when other arm has long line).
This commit is contained in:
parent
6171d944ae
commit
593c88fc49
2 changed files with 46 additions and 107 deletions
|
@ -323,7 +323,7 @@
|
|||
#full-bootstrap = false
|
||||
|
||||
# Set the bootstrap/download cache path. It is useful when building rust
|
||||
# repeatedly in a CI invironment.
|
||||
# repeatedly in a CI environment.
|
||||
#bootstrap-cache-path = /path/to/shared/cache
|
||||
|
||||
# Enable a build of the extended Rust tool set which is not only the compiler
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue