From b1b7a409173273c4e6a27478d6369550eb1f749b Mon Sep 17 00:00:00 2001 From: Weihang Lo Date: Wed, 28 Sep 2022 16:17:20 +0100 Subject: [PATCH] Remove `multitarget` from -Zhelp --- src/cargo/core/features.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/cargo/core/features.rs b/src/cargo/core/features.rs index e8de1dac6a8..63227a36056 100644 --- a/src/cargo/core/features.rs +++ b/src/cargo/core/features.rs @@ -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"),