Skip to content

Commit

Permalink
Add src/librustdoc as an alias for src/tools/rustdoc
Browse files Browse the repository at this point in the history
No one actually works with src/tools/librustdoc, it's almost empty.
  • Loading branch information
jyn514 committed Jun 17, 2020
1 parent e8ff4bc commit 936ecad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bootstrap/tool.rs
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ impl Step for Rustdoc {
const ONLY_HOSTS: bool = true;

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

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

0 comments on commit 936ecad

Please sign in to comment.