Skip to content

Commit fb7f803

Browse files
committed
Remove manual '--target'
1 parent 6dce254 commit fb7f803

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/bin/cargo-miri.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,6 @@ fn in_cargo_miri() {
502502
// this target. The user gets to control what gets actually passed to Miri.
503503
let mut cmd = cargo();
504504
cmd.arg("check");
505-
cmd.arg("--target").arg("x86_64-unknown-linux-gnu");
506505
match (subcommand, kind.as_str()) {
507506
(MiriCommand::Run, "bin") => {
508507
// FIXME: we just run all the binaries here.

0 commit comments

Comments
 (0)