remove some unneeded imports
This commit is contained in:
parent
661b33f524
commit
ad2b34d0e3
55 changed files with 64 additions and 135 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue