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
Clean up `DO_NO_STD` usage by doing:
- Do not run in `Nightly` job, this is unnecessary because we already
run it in the `Tests` job with the nightly toolchain.
- Set `DO_NO_STD` directly in the job instead of in the matrix, this is
functionally the same but slightly clearer.
0 commit comments