remove some unneeded imports

This commit is contained in:
KaDiWa 2022-08-09 02:14:43 +02:00 committed by kadiwa
parent ddcb68a94f
commit 280657066a

View File

@ -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,