Skip to content

Commit 9c1ec7d

Browse files
chore: clean up unused variables
1 parent 06f1b0c commit 9c1ec7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/intrinsic-test/src/common/intrinsic_helpers.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ impl IntrinsicType {
282282
}
283283
IntrinsicType {
284284
kind: TypeKind::Vector,
285-
bit_len: Some(bit_len @ (128 | 256 | 512)),
285+
bit_len: Some(128 | 256 | 512),
286286
simd_len,
287287
vec_len,
288288
..

0 commit comments

Comments
 (0)