File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/ci/docker/x86_64-gnu-tools Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -79,11 +79,11 @@ status_check() {
79
79
check_dispatch $1 beta nomicon src/doc/nomicon
80
80
check_dispatch $1 beta reference src/doc/reference
81
81
check_dispatch $1 beta rust-by-example src/doc/rust-by-example
82
- check_dispatch $1 beta rls src/tool /rls
83
- check_dispatch $1 beta rustfmt src/tool /rustfmt
82
+ check_dispatch $1 beta rls src/tools /rls
83
+ check_dispatch $1 beta rustfmt src/tools /rustfmt
84
84
# these tools are not required for beta to successfully branch
85
- check_dispatch $1 nightly clippy-driver src/tool /clippy
86
- check_dispatch $1 nightly miri src/tool /miri
85
+ check_dispatch $1 nightly clippy-driver src/tools /clippy
86
+ check_dispatch $1 nightly miri src/tools /miri
87
87
}
88
88
89
89
# If this PR is intended to update one of these tools, do not let the build pass
You can’t perform that action at this time.
0 commit comments