Skip to content
This repository was archived by the owner on Oct 31, 2025. It is now read-only.

Commit 2a77f6e

Browse files
committed
Apply Rust 2021 clippy fixes.
1 parent 402afd7 commit 2a77f6e

File tree

1 file changed

+1
-1
lines changed
  • crates/rustc_codegen_spirv/src/linker/spirt_passes

1 file changed

+1
-1
lines changed

crates/rustc_codegen_spirv/src/linker/spirt_passes/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ pub(super) fn run_func_passes<P>(
126126
"spirt_passes::fuse_selects",
127127
fuse_selects::fuse_selects_in_func,
128128
),
129-
_ => panic!("unknown `--spirt-passes={}`", name),
129+
_ => panic!("unknown `--spirt-passes={name}`"),
130130
};
131131

132132
let profiler = before_pass(full_name, module);

0 commit comments

Comments
 (0)