You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CI: Updated nightly version and locked cargo-expand install
The updated nightly version fixes a bug with the
'match_block_trailing_comma' rustfmt config.
Previously not all missing commas were caught.
Probably related to rust-lang/rustfmt#4998.
When installing cargo-expand, we now use '--locked' to ensure
lock-files are used.
This is a workaround for the release of v4.7.0 of the 'syntect' crates,
which violated semantic versioning. Using the lock files avoids this
version. For details see sharkdp/bat#1991.
0 commit comments