We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76aa6af commit 37e32c3Copy full SHA for 37e32c3
crates/cargo-gpu/src/show.rs
@@ -72,7 +72,7 @@ impl Show {
72
}
73
Info::Targets(SpirvSourceDep { shader_crate }) => {
74
let (source, targets) = Self::available_spirv_targets_iter(shader_crate)?;
75
- println!("All available targets for rust-gpu version '{}':", source);
+ println!("All available targets for rust-gpu version '{source}':");
76
for target in targets {
77
println!("{target}");
78
0 commit comments