Skip to content

Commit

Permalink
fix: remove -Zjobserver-per-rustc again
Browse files Browse the repository at this point in the history
It was accidentally added back in
cfffda9
  • Loading branch information
weihanglo committed Jun 18, 2023
1 parent e518f7c commit f3e4d78
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cargo/core/features.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1109,7 +1109,6 @@ impl CliUnstable {
)?
}
"host-config" => self.host_config = parse_empty(k, v)?,
"jobserver-per-rustc" => self.jobserver_per_rustc = parse_empty(k, v)?,
"lints" => self.lints = parse_empty(k, v)?,
"next-lockfile-bump" => self.next_lockfile_bump = parse_empty(k, v)?,
"minimal-versions" => self.minimal_versions = parse_empty(k, v)?,
Expand Down

0 comments on commit f3e4d78

Please sign in to comment.