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
`cargo fmt` was being called twice without `--check`, so style was only
enforced on files that got checked individually. Remove the redundant
call and add `--check` here.
0 commit comments