Skip to content

Commit d900b67

Browse files
committed
Auto merge of #11158 - weihanglo:remove-multitarget-from-Zhelp, r=epage
Remove `multitarget` from -Zhelp
2 parents 7145b92 + b1b7a40 commit d900b67

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/cargo/core/features.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -661,7 +661,6 @@ unstable_cli_options!(
661661
jobserver_per_rustc: bool = (HIDDEN),
662662
minimal_versions: bool = ("Resolve minimal dependency versions instead of maximum"),
663663
mtime_on_use: bool = ("Configure Cargo to update the mtime of used files"),
664-
multitarget: bool = ("Allow passing multiple `--target` flags to the cargo subcommand selected"),
665664
no_index_update: bool = ("Do not update the registry index even if the cache is outdated"),
666665
panic_abort_tests: bool = ("Enable support to run tests with -Cpanic=abort"),
667666
host_config: bool = ("Enable the [host] section in the .cargo/config.toml file"),

0 commit comments

Comments
 (0)