Skip to content

Commit 1b368d9

Browse files
Add empty jobserver feature. (#1150)
1 parent 53e8df9 commit 1b368d9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ libc = { version = "0.2.62", default-features = false, optional = true }
3030

3131
[features]
3232
parallel = ["dep:libc", "dep:jobserver", "dep:once_cell"]
33+
# This is a placeholder feature for people who incorrectly used `cc` with `features = ["jobserver"]`
34+
# so that they aren't broken. This has never enabled `parallel`, so we won't do that.
35+
jobserver = []
3336

3437
[dev-dependencies]
3538
tempfile = "3"

0 commit comments

Comments
 (0)