Skip to content

Commit

Permalink
Fix lint error (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
LegNeato authored Nov 11, 2024
1 parent 060d05e commit 3dc5d8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/rustc_codegen_spirv/src/linker/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ pub fn link(
module,
&opts.spirt_passes,
|name, _module| before_pass(name),
|name, module, timer| after_pass(name, module, timer),
after_pass,
);
}

Expand Down

0 comments on commit 3dc5d8a

Please sign in to comment.