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: remove --all-targets from Clippy command (#1424)
This flag gets overwritten by `--lib --bins --tests`. We can not use
just `--all-targets` because benches (which are implied by it) require a
Nightly tooclhain.
0 commit comments