Change default documentation rules to correspond with previous state.
This commit is contained in:
parent
951616cac6
commit
bcd73c9657
@ -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();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user