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