no need to set the cargo-miri feature twice

This commit is contained in:
Ralf Jung 2018-12-19 11:12:56 +01:00
parent e10a26fd3c
commit d67da9f04b

View File

@ -420,8 +420,6 @@ where
args.push("--".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 exit_status = Command::new("cargo")