Skip to content

Commit 71e3121

Browse files
cryvoshErichDonGubler
authored andcommitted
Clippy
1 parent 8ff474c commit 71e3121

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • naga/src/front/wgsl/lower

naga/src/front/wgsl/lower/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3085,7 +3085,7 @@ impl<'source, 'temp> Lowerer<'source, 'temp> {
30853085
},
30863086
span,
30873087
),
3088-
ref other => {
3088+
_ => {
30893089
let span = ctx.ast_expressions.get_span(expr);
30903090
return Err(Box::new(Error::InvalidWorkGroupUniformLoad(span)));
30913091
}

0 commit comments

Comments
 (0)