mirror of
https://github.com/EmbarkStudios/rust-gpu.git
synced 2024-11-21 22:34:34 +00:00
Apply Rust 2021 clippy fixes.
This commit is contained in:
parent
402afd7403
commit
2a77f6ee86
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user