The [crate-level doc](https://github.com/rust-lang/cc-rs/blob/1c81432ff556d1fbbb127524a8136dc2a2fac9a3/src/lib.rs#L37) says that: > If `NUM_JOBS` is not set, the `RAYON_NUM_THREADS` environment variable can > also specify the build parallelism. However in [`default_jobserver()`](https://github.com/rust-lang/cc-rs/blob/1c81432ff556d1fbbb127524a8136dc2a2fac9a3/src/lib.rs#L1347), only `NUM_JOBS` is used but not `RAYON_NUM_THREADS`. It seems like this is an outdated documentation, but I'm not entirely sure so I opened this issue.