diff options
| author | Mark Simulacrum <mark.simulacrum@gmail.com> | 2017-07-20 16:16:31 -0600 |
|---|---|---|
| committer | Mark Simulacrum <mark.simulacrum@gmail.com> | 2017-07-20 16:33:49 -0600 |
| commit | bcd73c96579e2cbe677ff5e2bf493f516436a818 (patch) | |
| tree | 35386349bea55a7d7d4fc9b851386631154db475 | |
| parent | 951616cac65c8d5218ac9047bb1d6163c6cd118c (diff) | |
| download | rust-bcd73c96579e2cbe677ff5e2bf493f516436a818.tar.gz rust-bcd73c96579e2cbe677ff5e2bf493f516436a818.zip | |
Change default documentation rules to correspond with previous state.
| -rw-r--r-- | src/bootstrap/doc.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bootstrap/doc.rs b/src/bootstrap/doc.rs index 1fd39ba878f..2484fc5bf88 100644 --- a/src/bootstrap/doc.rs +++ b/src/bootstrap/doc.rs @@ -607,7 +607,7 @@ impl Step for Test { } } } else { - if builder.build.config.docs { + if builder.build.config.compiler_docs { run(); } } @@ -695,7 +695,7 @@ impl Step for Rustc { } } } else { - if builder.build.config.compiler_docs { + if builder.build.config.docs { run(); } } |
