Skip to content

Commit ad42d8b

Browse files
committed
We're not using the miri script from the test suite anymore
1 parent 7a5359d commit ad42d8b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

miri

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -193,9 +193,6 @@ fmt)
193193
find "$MIRIDIR" -not \( -name target -prune \) -name '*.rs' \
194194
| xargs rustfmt +$TOOLCHAIN --edition=2021 --config-path "$MIRIDIR/rustfmt.toml" "$@"
195195
;;
196-
cargo)
197-
$CARGO run $CARGO_EXTRA_FLAGS --manifest-path "$MIRIDIR"/cargo-miri/Cargo.toml -- miri "$@"
198-
;;
199196
clippy)
200197
$CARGO clippy $CARGO_EXTRA_FLAGS --manifest-path "$MIRIDIR"/Cargo.toml --all-targets "$@"
201198
$CARGO clippy $CARGO_EXTRA_FLAGS --manifest-path "$MIRIDIR"/ui_test/Cargo.toml --all-targets "$@"

0 commit comments

Comments
 (0)