Skip to content

Commit 51326c8

Browse files
committed
fix: remove -Zjobserver-per-rustc again
It was accidentally added back in cfffda9
1 parent e518f7c commit 51326c8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/cargo/core/features.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -736,7 +736,6 @@ unstable_cli_options!(
736736
features: Option<Vec<String>> = (HIDDEN),
737737
gitoxide: Option<GitoxideFeatures> = ("Use gitoxide for the given git interactions, or all of them if no argument is given"),
738738
host_config: bool = ("Enable the [host] section in the .cargo/config.toml file"),
739-
jobserver_per_rustc: bool = (HIDDEN),
740739
lints: bool = ("Pass `[lints]` to the linting tools"),
741740
minimal_versions: bool = ("Resolve minimal dependency versions instead of maximum"),
742741
msrv_policy: bool = ("Enable rust-version aware policy within cargo"),
@@ -1109,7 +1108,6 @@ impl CliUnstable {
11091108
)?
11101109
}
11111110
"host-config" => self.host_config = parse_empty(k, v)?,
1112-
"jobserver-per-rustc" => self.jobserver_per_rustc = parse_empty(k, v)?,
11131111
"lints" => self.lints = parse_empty(k, v)?,
11141112
"next-lockfile-bump" => self.next_lockfile_bump = parse_empty(k, v)?,
11151113
"minimal-versions" => self.minimal_versions = parse_empty(k, v)?,

0 commit comments

Comments
 (0)