We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a75b44 commit 7c932a4Copy full SHA for 7c932a4
src/cargo/core/compiler/build_config.rs
@@ -63,9 +63,6 @@ impl BuildConfig {
63
) -> CargoResult<BuildConfig> {
64
let cfg = config.build_config()?;
65
let requested_kinds = CompileKind::from_requested_targets(config, requested_targets)?;
66
- if jobs == Some(0) {
67
- anyhow::bail!("jobs may not be 0")
68
- }
69
if jobs.is_some() && config.jobserver_from_env().is_some() {
70
config.shell().warn(
71
"a `-j` argument was passed to Cargo but Cargo is \
0 commit comments