Skip to content

Commit 0216e8b

Browse files
committed
cargo-miri already finds the sysroot on its own
1 parent 1c5defa commit 0216e8b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

miri

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,6 @@ fmt)
190190
| xargs rustfmt +$TOOLCHAIN --edition=2021 --config-path "$MIRIDIR/rustfmt.toml" "$@"
191191
;;
192192
cargo)
193-
find_sysroot
194193
$CARGO run $CARGO_BUILD_FLAGS --manifest-path "$MIRIDIR"/cargo-miri/Cargo.toml -- miri "$@"
195194
;;
196195
clippy)

0 commit comments

Comments
 (0)