Skip to content

Commit 8f8d0ea

Browse files
liwaguonur-ozkan
andauthored
Update src/bootstrap/src/core/build_steps/tool.rs
Co-authored-by: Onur Özkan <[email protected]>
1 parent 4971637 commit 8f8d0ea

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

src/bootstrap/src/core/build_steps/tool.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -596,8 +596,8 @@ impl Step for Rustdoc {
596596
{
597597
let files_to_track = &["src/librustdoc", "src/tools/rustdoc"];
598598

599+
// Check if unchanged
599600
if builder.config.last_modified_commit(files_to_track, "rustdoc", true).is_some() {
600-
// if return Some(commit),means unchanged
601601
let precompiled_rustdoc = builder
602602
.config
603603
.ci_rustc_dir()

0 commit comments

Comments
 (0)