Fix clippy 1.81.0 lints (#3237)

This commit is contained in:
acheron 2024-09-10 23:33:07 +02:00 committed by GitHub
parent e48e7e60a6
commit 6145a8737f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1271,7 +1271,7 @@ fn expand_program(
let exit = std::process::Command::new("cargo")
.arg("expand")
.arg(target_dir_arg)
.arg(&format!("--package={package_name}"))
.arg(format!("--package={package_name}"))
.args(cargo_args)
.stderr(Stdio::inherit())
.output()