File tree 1 file changed +0
-2
lines changed
1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -735,7 +735,6 @@ unstable_cli_options!(
735
735
features: Option <Vec <String >> = ( HIDDEN ) ,
736
736
gitoxide: Option <GitoxideFeatures > = ( "Use gitoxide for the given git interactions, or all of them if no argument is given" ) ,
737
737
host_config: bool = ( "Enable the [host] section in the .cargo/config.toml file" ) ,
738
- jobserver_per_rustc: bool = ( HIDDEN ) ,
739
738
lints: bool = ( "Pass `[lints]` to the linting tools" ) ,
740
739
minimal_versions: bool = ( "Resolve minimal dependency versions instead of maximum" ) ,
741
740
msrv_policy: bool = ( "Enable rust-version aware policy within cargo" ) ,
@@ -1111,7 +1110,6 @@ impl CliUnstable {
1111
1110
) ?
1112
1111
}
1113
1112
"host-config" => self . host_config = parse_empty ( k, v) ?,
1114
- "jobserver-per-rustc" => self . jobserver_per_rustc = parse_empty ( k, v) ?,
1115
1113
"lints" => self . lints = parse_empty ( k, v) ?,
1116
1114
"next-lockfile-bump" => self . next_lockfile_bump = parse_empty ( k, v) ?,
1117
1115
"minimal-versions" => self . minimal_versions = parse_empty ( k, v) ?,
You can’t perform that action at this time.
0 commit comments