Change default documentation rules to correspond with previous state.

This commit is contained in:
Mark Simulacrum 2017-07-20 16:16:31 -06:00
parent 951616cac6
commit bcd73c9657
1 changed files with 2 additions and 2 deletions

View File

@ -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();
}
}