Skip to content

Commit

Permalink
bootstrap: Fix compile error: unused-mut
Browse files Browse the repository at this point in the history
  • Loading branch information
heiher committed Apr 29, 2023
1 parent f229949 commit 489925f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bootstrap/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1309,7 +1309,7 @@ impl Config {
if config.llvm_from_ci {
let triple = &config.build.triple;
let ci_llvm_bin = config.ci_llvm_root().join("bin");
let mut build_target = config
let build_target = config
.target_config
.entry(config.build)
.or_insert_with(|| Target::from_triple(&triple));
Expand Down

0 comments on commit 489925f

Please sign in to comment.