Skip to content

Commit 2806570

Browse files
committed
remove some unneeded imports
1 parent ddcb68a commit 2806570

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/core_simd/src/masks/full_masks.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ where
257257
}
258258
}
259259

260-
impl<T, const LANES: usize> core::convert::From<Mask<T, LANES>> for Simd<T, LANES>
260+
impl<T, const LANES: usize> From<Mask<T, LANES>> for Simd<T, LANES>
261261
where
262262
T: MaskElement,
263263
LaneCount<LANES>: SupportedLaneCount,

0 commit comments

Comments
 (0)