Skip to content

Commit

Permalink
Fix clippy 1.81.0 lints (#3237)
Browse files Browse the repository at this point in the history
  • Loading branch information
acheroncrypto authored Sep 10, 2024
1 parent e48e7e6 commit 6145a87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 6145a87

Please sign in to comment.