remove some unneeded imports
This commit is contained in:
parent
ddcb68a94f
commit
280657066a
@ -257,7 +257,7 @@ where
|
||||
}
|
||||
}
|
||||
|
||||
impl<T, const LANES: usize> core::convert::From<Mask<T, LANES>> for Simd<T, LANES>
|
||||
impl<T, const LANES: usize> From<Mask<T, LANES>> for Simd<T, LANES>
|
||||
where
|
||||
T: MaskElement,
|
||||
LaneCount<LANES>: SupportedLaneCount,
|
||||
|
Loading…
x
Reference in New Issue
Block a user