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 2ced7ec commit 8f87903Copy full SHA for 8f87903
cargo-miri/bin.rs
@@ -481,7 +481,7 @@ fn detect_target_dir() -> PathBuf {
481
let mut cmd = cargo();
482
// `-Zunstable-options` is required by `--config`.
483
cmd.args(["metadata", "--no-deps", "--format-version=1", "-Zunstable-options"]);
484
- // The `build.target-dir` config can by passed by `--config` flags, so forward them to
+ // The `build.target-dir` config can be passed by `--config` flags, so forward them to
485
// `cargo metadata`.
486
let config_flag = "--config";
487
for arg in ArgSplitFlagValue::new(
0 commit comments