Skip to content

Commit f555870

Browse files
committed
fix clippy warning
1 parent 52ec36d commit f555870

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/llvm.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -888,7 +888,7 @@ impl Step for Enzyme {
888888
}
889889

890890
builder.info(&format!("Building Enzyme for {}", target));
891-
let _time = helpers::timeit(&builder);
891+
let _time = helpers::timeit(builder);
892892
t!(fs::create_dir_all(&out_dir));
893893

894894
builder.update_submodule(Path::new("src").join("tools").join("enzyme").to_str().unwrap());

0 commit comments

Comments
 (0)