Skip to content

Commit

Permalink
Auto merge of #11158 - weihanglo:remove-multitarget-from-Zhelp, r=epage
Browse files Browse the repository at this point in the history
Remove `multitarget` from -Zhelp
  • Loading branch information
bors committed Sep 28, 2022
2 parents 7145b92 + b1b7a40 commit d900b67
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cargo/core/features.rs
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,6 @@ unstable_cli_options!(
jobserver_per_rustc: bool = (HIDDEN),
minimal_versions: bool = ("Resolve minimal dependency versions instead of maximum"),
mtime_on_use: bool = ("Configure Cargo to update the mtime of used files"),
multitarget: bool = ("Allow passing multiple `--target` flags to the cargo subcommand selected"),
no_index_update: bool = ("Do not update the registry index even if the cache is outdated"),
panic_abort_tests: bool = ("Enable support to run tests with -Cpanic=abort"),
host_config: bool = ("Enable the [host] section in the .cargo/config.toml file"),
Expand Down

0 comments on commit d900b67

Please sign in to comment.