Skip to content

Commit bdf642b

Browse files
committed
cleanup
1 parent 473361a commit bdf642b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

portable/src/implementation/simd.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use core::simd::{
55
};
66
use std::simd::u8x32;
77

8-
use crate::{basic, compat};
8+
use crate::basic;
99

1010
pub(crate) const SIMD_CHUNK_SIZE: usize = 64;
1111

@@ -199,6 +199,7 @@ trait Lookup16 {
199199
trait SimdU8Value<const N: usize>
200200
where
201201
LaneCount<N>: SupportedLaneCount,
202+
Self: Copy,
202203
{
203204
#[expect(clippy::too_many_arguments)]
204205
fn from_32_cut_off_leading(

0 commit comments

Comments
 (0)