Skip to content

Commit afd7c5a

Browse files
Make sure MaskElement is in bitmasks.rs
1 parent c2f5948 commit afd7c5a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/core_simd/src/masks/bitmask.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
use super::MaskElement;
12
use crate::simd::intrinsics;
23
use crate::simd::{LaneCount, Simd, SupportedLaneCount};
34
use core::marker::PhantomData;

0 commit comments

Comments
 (0)