Skip to content

Commit 37e32c3

Browse files
committed
fix clippy
1 parent 76aa6af commit 37e32c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/cargo-gpu/src/show.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ impl Show {
7272
}
7373
Info::Targets(SpirvSourceDep { shader_crate }) => {
7474
let (source, targets) = Self::available_spirv_targets_iter(shader_crate)?;
75-
println!("All available targets for rust-gpu version '{}':", source);
75+
println!("All available targets for rust-gpu version '{source}':");
7676
for target in targets {
7777
println!("{target}");
7878
}

0 commit comments

Comments
 (0)