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 da6754f commit ed198f7Copy full SHA for ed198f7
src/bootstrap/src/core/build_steps/tool.rs
@@ -585,10 +585,7 @@ impl Step for Rustdoc {
585
)
586
.unwrap();
587
588
- let dirs = vec![
589
- PathBuf::from("src/librustdoc"),
590
- PathBuf::from("src/tools/rustdoc"),
591
- ];
+ let dirs = vec![PathBuf::from("src/librustdoc"), PathBuf::from("src/tools/rustdoc")];
592
593
if let Some(false) = builder.config.check_for_changes(&dirs, &commit, "rustdoc", true) {
594
let precompiled_rustdoc = builder
0 commit comments