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
Fix CI: reformat with stable rustfmt, remove nightly-only rustfmt options
The rustfmt.toml contained nightly-only options (imports_granularity,
group_imports) that were silently ignored by stable Rust. Code had been
formatted using nightly rustfmt, so 'cargo fmt --check' on stable (as
used in CI) failed with exit code 1.
Remove the nightly-only options and reformat all files with stable rustfmt
so the CI formatting check passes.
0 commit comments