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.
2 parents 16316a9 + 5531a80 commit 7a5b6ebCopy full SHA for 7a5b6eb
src/tools/miri/cargo-miri/src/phases.rs
@@ -95,7 +95,7 @@ pub fn phase_cargo_miri(mut args: impl Iterator<Item = String>) {
95
let target = get_arg_flag_value("--target");
96
let target = target.as_ref().unwrap_or(host);
97
98
- // If cleaning the the target directory & sysroot cache,
+ // If cleaning the target directory & sysroot cache,
99
// delete them then exit. There is no reason to setup a new
100
// sysroot in this execution.
101
if let MiriCommand::Clean = subcommand {
0 commit comments