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:
Thalia Archibald 2025-02-05 12:28:53 -08:00
parent 6171d944ae
commit 593c88fc49
2 changed files with 46 additions and 107 deletions

View file

@ -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