We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
metadata
1 parent 742a104 commit fc27cd8Copy full SHA for fc27cd8
src/docbuilder/rustwide_builder.rs
@@ -583,7 +583,7 @@ impl RustwideBuilder {
583
cargo_args.push("--verbose".into());
584
// We know that `metadata` unconditionally passes `-Z rustdoc-map`.
585
// Don't copy paste this, since that fact is not stable and may change in the future.
586
- // Normally we would need -Z unstable-options, but we currently pass that too.
+ cargo_args.push("-Zunstable-options".into());
587
cargo_args.push(r#"--config=doc.extern-map.registries.crates-io="https://docs.rs""#.into());
588
if let Some(cpu_limit) = self.config.build_cpu_limit {
589
cargo_args.push(format!("-j{}", cpu_limit));
0 commit comments