Skip to content

Commit 33e8870

Browse files
committed
fix: allow clippy::too_many_arguments for NEON dct_pass
1 parent ea43833 commit 33e8870

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/simd/aarch64/neon.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@ pub fn forward_dct_8x8_neon(
207207
/// Single DCT pass (row or column).
208208
///
209209
/// Inner helper - uses #[rite] for zero overhead.
210+
#[allow(clippy::too_many_arguments)]
210211
#[rite]
211212
fn dct_pass(
212213
token: NeonToken,

0 commit comments

Comments
 (0)