Skip to content

Commit 8f87903

Browse files
author
hyd-dev
committed
Fix typo
1 parent 2ced7ec commit 8f87903

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cargo-miri/bin.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ fn detect_target_dir() -> PathBuf {
481481
let mut cmd = cargo();
482482
// `-Zunstable-options` is required by `--config`.
483483
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
484+
// The `build.target-dir` config can be passed by `--config` flags, so forward them to
485485
// `cargo metadata`.
486486
let config_flag = "--config";
487487
for arg in ArgSplitFlagValue::new(

0 commit comments

Comments
 (0)