Skip to content

Commit a80ab3a

Browse files
Generate version file if it doesn't exist
1 parent 4784645 commit a80ab3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/doc.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ impl Step for Standalone {
375375
up_to_date(&footer, &html) &&
376376
up_to_date(&favicon, &html) &&
377377
up_to_date(&full_toc, &html) &&
378-
up_to_date(&version_info, &html) &&
378+
(builder.config.dry_run || up_to_date(&version_info, &html)) &&
379379
(builder.config.dry_run || up_to_date(&rustdoc, &html)) {
380380
continue
381381
}

0 commit comments

Comments
 (0)