You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/cargo/core/features.rs
+8-4
Original file line number
Diff line number
Diff line change
@@ -729,7 +729,6 @@ unstable_cli_options!(
729
729
check_cfg:Option<(/*features:*/bool,/*well_known_names:*/bool,/*well_known_values:*/bool,/*output:*/bool)> = ("Specify scope of compile-time checking of `cfg` names/values"),
730
730
codegen_backend:bool = ("Enable the `codegen-backend` option in profiles in .cargo/config.toml file"),
731
731
config_include:bool = ("Enable the `include` key in config files"),
732
-
credential_process:bool = ("Add a config setting to fetch registry authentication tokens by calling an external process"),
733
732
direct_minimal_versions:bool = ("Resolve minimal dependency versions instead of maximum (direct dependencies only)"),
734
733
doctest_xcompile:bool = ("Compile and run doctests for non-host target using runner config"),
735
734
dual_proc_macros:bool = ("Build proc-macros for both the host and the target"),
@@ -745,7 +744,6 @@ unstable_cli_options!(
745
744
panic_abort_tests:bool = ("Enable support to run tests with -Cpanic=abort"),
746
745
profile_rustflags:bool = ("Enable the `rustflags` option in profiles in .cargo/config.toml file"),
747
746
publish_timeout:bool = ("Enable the `publish.timeout` key in .cargo/config.toml file"),
748
-
registry_auth:bool = ("Authentication for alternative registries"),
749
747
rustdoc_map:bool = ("Allow passing external documentation mappings to rustdoc"),
750
748
rustdoc_scrape_examples:bool = ("Allows Rustdoc to scrape code examples from reverse-dependencies"),
751
749
script:bool = ("Enable support for single-file, `.rs` packages"),
0 commit comments