no need to set the cargo-miri feature twice
This commit is contained in:
parent
e10a26fd3c
commit
d67da9f04b
@ -420,8 +420,6 @@ where
|
|||||||
args.push("--".to_owned());
|
args.push("--".to_owned());
|
||||||
}
|
}
|
||||||
args.push("--emit=dep-info,metadata".to_owned());
|
args.push("--emit=dep-info,metadata".to_owned());
|
||||||
args.push("--cfg".to_owned());
|
|
||||||
args.push(r#"feature="cargo-miri""#.to_owned());
|
|
||||||
|
|
||||||
let path = std::env::current_exe().expect("current executable path invalid");
|
let path = std::env::current_exe().expect("current executable path invalid");
|
||||||
let exit_status = Command::new("cargo")
|
let exit_status = Command::new("cargo")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user