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
Run `cargo fmt --all` to satisfy the `cargo fmt --check` step in CI.
Reflows long function signatures, struct literals, and macro arguments
to fit rustfmt's default column width, and expands single-line
if/else and let-else bindings into block form. No behavioral changes.
0 commit comments