Skip to content

Commit 8a22e8a

Browse files
committed
cleanup
1 parent 01373c5 commit 8a22e8a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

portable/src/implementation/simd.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -802,7 +802,6 @@ where
802802
}
803803
let rem = chunks.remainder();
804804
if !rem.is_empty() {
805-
// FIXME: simd???
806805
let simd_input = SimdInput::<N, O>::new_partial(rem);
807806
algorithm.check_utf8(&simd_input);
808807
}

0 commit comments

Comments
 (0)