Skip to content

Commit

Permalink
clippy allow
Browse files Browse the repository at this point in the history
  • Loading branch information
kali committed Oct 10, 2023
1 parent f2793c3 commit f6e97e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/ops/cnn/conv/depth_wise.rs
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ macro_rules! impl_eval {
}

#[inline(never)]
#[allow(clippy::too_many_arguments)]
$(#[$meta])*
unsafe fn [<inner_loop_ $suffix>]<T: Datum + Copy>(
iptr: *const T,
Expand Down

0 comments on commit f6e97e2

Please sign in to comment.