We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62c2452 commit 13b1a80Copy full SHA for 13b1a80
src/bootstrap/step.rs
@@ -463,7 +463,7 @@ pub fn build_rules<'a>(build: &'a Build) -> Rules {
463
rules.test("check-linkchecker", "src/tools/linkchecker")
464
.dep(|s| s.name("tool-linkchecker").stage(0))
465
.dep(|s| s.name("default:doc"))
466
- .default(true)
+ .default(build.config.docs)
467
.host(true)
468
.run(move |s| check::linkcheck(build, s.target));
469
rules.test("check-cargotest", "src/tools/cargotest")
0 commit comments