Skip to content

Commit 5ebb821

Browse files
committed
Fix mistake setting ONLY_HOSTS for Reference.
This was a copy/paste mistake.
1 parent 53ef052 commit 5ebb821

File tree

1 file changed

+0
-1
lines changed
  • src/bootstrap/src/core/build_steps

1 file changed

+0
-1
lines changed

Diff for: src/bootstrap/src/core/build_steps/doc.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1237,7 +1237,6 @@ pub struct Reference {
12371237
impl Step for Reference {
12381238
type Output = ();
12391239
const DEFAULT: bool = true;
1240-
const ONLY_HOSTS: bool = true;
12411240

12421241
fn should_run(run: ShouldRun<'_>) -> ShouldRun<'_> {
12431242
let builder = run.builder;

0 commit comments

Comments
 (0)