From 72364da15159961f5504b18f39129c3f6b170edb Mon Sep 17 00:00:00 2001 From: Mathieu Poumeyrol Date: Tue, 10 Oct 2023 13:51:39 +0200 Subject: [PATCH] clippy allow --- core/src/ops/cnn/conv/depth_wise.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/core/src/ops/cnn/conv/depth_wise.rs b/core/src/ops/cnn/conv/depth_wise.rs index e599ef7b2f..3bfcb9970c 100644 --- a/core/src/ops/cnn/conv/depth_wise.rs +++ b/core/src/ops/cnn/conv/depth_wise.rs @@ -264,6 +264,7 @@ macro_rules! impl_eval { } #[inline(never)] + #[allow(clippy::too_many_arguments)] $(#[$meta])* unsafe fn []( iptr: *const T,