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.
2 parents 7145b92 + b1b7a40 commit d900b67Copy full SHA for d900b67
src/cargo/core/features.rs
@@ -661,7 +661,6 @@ unstable_cli_options!(
661
jobserver_per_rustc: bool = (HIDDEN),
662
minimal_versions: bool = ("Resolve minimal dependency versions instead of maximum"),
663
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"),
665
no_index_update: bool = ("Do not update the registry index even if the cache is outdated"),
666
panic_abort_tests: bool = ("Enable support to run tests with -Cpanic=abort"),
667
host_config: bool = ("Enable the [host] section in the .cargo/config.toml file"),
0 commit comments