Skip to content

Commit c2b36b1

Browse files
committed
Address compiler warning
1 parent 8d2d642 commit c2b36b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/avx2/ycbcr.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ mod tests {
219219
);
220220
// SAFETY: we've checked above that AVX2 is present
221221
unsafe {
222-
let avx_result = avx_input.fill_buffers_avx2(0, &mut buffers);
222+
avx_input.fill_buffers_avx2(0, &mut buffers);
223223
}
224224

225225
for i in 0..3 {

0 commit comments

Comments
 (0)