Skip to content

Commit

Permalink
Apply Rust 2021 clippy fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
eddyb committed Jan 30, 2023
1 parent c96d4d1 commit dc2581d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/rustc_codegen_spirv/src/linker/spirt_passes/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ pub(super) fn run_func_passes<P>(
"spirt_passes::fuse_selects",
fuse_selects::fuse_selects_in_func,
),
_ => panic!("unknown `--spirt-passes={}`", name),
_ => panic!("unknown `--spirt-passes={name}`"),
};

let profiler = before_pass(full_name, module);
Expand Down

0 comments on commit dc2581d

Please sign in to comment.