Skip to content

Commit 936ecad

Browse files
committed
Add src/librustdoc as an alias for src/tools/rustdoc
No one actually works with src/tools/librustdoc, it's almost empty.
1 parent e8ff4bc commit 936ecad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/tool.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ impl Step for Rustdoc {
481481
const ONLY_HOSTS: bool = true;
482482

483483
fn should_run(run: ShouldRun<'_>) -> ShouldRun<'_> {
484-
run.path("src/tools/rustdoc")
484+
run.path("src/tools/rustdoc").path("src/librustdoc")
485485
}
486486

487487
fn make_run(run: RunConfig<'_>) {

0 commit comments

Comments
 (0)