Skip to content

Commit aa7bec6

Browse files
authored
[naga] Remove vestigial false. (#6909)
1 parent 1963eb7 commit aa7bec6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

naga/src/valid/expression.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ impl super::Validator {
262262
| Ti::Array { .. }
263263
| Ti::Pointer { .. }
264264
| Ti::ValuePointer { size: Some(_), .. }
265-
| Ti::BindingArray { .. } => false,
265+
| Ti::BindingArray { .. } => {}
266266
ref other => {
267267
log::error!("Indexing of {:?}", other);
268268
return Err(ExpressionError::InvalidBaseType(base));

0 commit comments

Comments
 (0)