Skip to content

Commit aa48844

Browse files
committed
fix clippy warning
1 parent 35f6511 commit aa48844

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/implementation/aarch64/neon.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,7 @@ unsafe fn simd_prefetch(ptr: *const u8) {
236236

237237
#[inline]
238238
#[cfg(not(feature = "aarch64_neon_prefetch"))]
239+
#[allow(clippy::missing_const_for_fn)]
239240
unsafe fn simd_prefetch(_ptr: *const u8) {}
240241

241242
const PREFETCH: bool = false;

0 commit comments

Comments
 (0)