We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
miri
1 parent 7a5359d commit ad42d8bCopy full SHA for ad42d8b
miri
@@ -193,9 +193,6 @@ fmt)
193
find "$MIRIDIR" -not \( -name target -prune \) -name '*.rs' \
194
| xargs rustfmt +$TOOLCHAIN --edition=2021 --config-path "$MIRIDIR/rustfmt.toml" "$@"
195
;;
196
-cargo)
197
- $CARGO run $CARGO_EXTRA_FLAGS --manifest-path "$MIRIDIR"/cargo-miri/Cargo.toml -- miri "$@"
198
- ;;
199
clippy)
200
$CARGO clippy $CARGO_EXTRA_FLAGS --manifest-path "$MIRIDIR"/Cargo.toml --all-targets "$@"
201
$CARGO clippy $CARGO_EXTRA_FLAGS --manifest-path "$MIRIDIR"/ui_test/Cargo.toml --all-targets "$@"
0 commit comments