Skip to content

Commit 263f202

Browse files
committed
Fix Clippy
1 parent dddb831 commit 263f202

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ impl Step for CodegenBackend {
340340
.arg(builder.src.join(format!("compiler/rustc_codegen_{backend}/Cargo.toml")));
341341
rustc_cargo_env(builder, &mut cargo, target, build_compiler.stage);
342342

343-
let _guard = builder.msg_check(&format!("rustc_codegen_{backend}"), target, None);
343+
let _guard = builder.msg_check(format!("rustc_codegen_{backend}"), target, None);
344344

345345
let stamp = build_stamp::codegen_backend_stamp(builder, build_compiler, target, backend)
346346
.with_prefix("check");

0 commit comments

Comments
 (0)