We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2d05db commit 8b87162Copy full SHA for 8b87162
src/ci/docker/x86_64-gnu-tools/checktools.sh
@@ -89,7 +89,7 @@ status_check() {
89
check_dispatch $1 beta rustfmt src/tools/rustfmt
90
check_dispatch $1 beta clippy-driver src/tools/clippy
91
# These tools are not required on the beta/stable branches.
92
- # They will still cause failure during the beta cutoff week, see `src/tools/publish_toolstate.py` for that.
+ # They will still cause failure during the beta cutoff week, see `checkregression.py` for that.
93
check_dispatch $1 nightly miri src/tools/miri
94
check_dispatch $1 nightly embedded-book src/doc/embedded-book
95
}
0 commit comments