We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cb10cd commit e9b8693Copy full SHA for e9b8693
cargo-miri/bin.rs
@@ -241,7 +241,7 @@ fn setup(subcommand: MiriCommand) {
241
show_error(format!("xargo is too old; please upgrade to the latest version"))
242
}
243
let mut cmd = cargo();
244
- cmd.args(&["install", "xargo", "-f"]);
+ cmd.args(&["install", "xargo"]);
245
ask_to_run(cmd, ask_user, "install a recent enough xargo");
246
247
0 commit comments