Skip to content

Commit d67da9f

Browse files
committed
no need to set the cargo-miri feature twice
1 parent e10a26f commit d67da9f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/bin/cargo-miri.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -420,8 +420,6 @@ where
420420
args.push("--".to_owned());
421421
}
422422
args.push("--emit=dep-info,metadata".to_owned());
423-
args.push("--cfg".to_owned());
424-
args.push(r#"feature="cargo-miri""#.to_owned());
425423

426424
let path = std::env::current_exe().expect("current executable path invalid");
427425
let exit_status = Command::new("cargo")

0 commit comments

Comments
 (0)