Skip to content

Commit

Permalink
chore: satisfy unused_qualifications (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
ErichDonGubler authored and jimblandy committed Oct 11, 2024
1 parent 6bd2e0b commit a13e710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion naga/src/back/spv/block.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2978,7 +2978,7 @@ impl<'w> BlockContext<'w> {
let _ = self.write_block(
entry_id,
&self.ir_function.body,
super::block::BlockExit::Return,
BlockExit::Return,
LoopContext::default(),
debug_info,
)?;
Expand Down

0 comments on commit a13e710

Please sign in to comment.