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.
2 parents 8b94e9e + ebd1bf7 commit 04b88a9Copy full SHA for 04b88a9
1 file changed
src/bootstrap/test.rs
@@ -1524,9 +1524,7 @@ impl Step for RustcGuide {
1524
fn run(self, builder: &Builder<'_>) {
1525
let src = builder.src.join("src/doc/rustc-guide");
1526
let mut rustbook_cmd = builder.tool_cmd(Tool::Rustbook);
1527
- builder.run(rustbook_cmd
1528
- .arg("linkcheck")
1529
- .arg(&src));
+ try_run_quiet(builder, rustbook_cmd.arg("linkcheck").arg(&src));
1530
}
1531
1532
0 commit comments