Skip to content

Commit 6c04c41

Browse files
committed
Auto merge of #47881 - oli-obk:miri_clippy, r=Manishearth
Update clippy and miri submodule r? @Manishearth cc @kennytm I needed to touch the miri submodule's Cargo.toml to make sure that clippy gets the newest compiletest_rs. This will not fix miri, but since I touched the miri submodule, will this PR fail? miri is unfixable until #46882 is merged
2 parents b0a396b + 70717f2 commit 6c04c41

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

src/Cargo.lock

+11-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/ci/docker/x86_64-gnu-tools/checktools.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ cat "$TOOLSTATE_FILE"
3232

3333
# If this PR is intended to update one of these tools, do not let the build pass
3434
# when they do not test-pass.
35-
for TOOL in rls rustfmt miri clippy; do
35+
for TOOL in rls rustfmt clippy; do
3636
echo "Verifying status of $TOOL..."
3737
if echo "$CHANGED_FILES" | grep -q "^M[[:blank:]]src/tools/$TOOL$"; then
3838
echo "This PR updated 'src/tools/$TOOL', verifying if status is 'test-pass'..."

src/tools/clippy

src/tools/miri

Submodule miri updated from 919604e to 61833b9

0 commit comments

Comments
 (0)