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
Hardcode the use of the "default" profile for rustup (#525)
At some point rustup changed the default profile from "default" to
"minimal" if no other profile was specified.
This caused our pre-commit checks to fail which rely on clippy which is
not in the "minimal" profile.
We now specify our dependency on the "default" profile explicitly to be
more independent of future rustup changes.
0 commit comments