Skip to content

Commit 9935eff

Browse files
committed
Fix: Allow too many args on reduce
1 parent b40e461 commit 9935eff

File tree

1 file changed

+1
-0
lines changed
  • crates/cudnn/src/reduction

1 file changed

+1
-0
lines changed

crates/cudnn/src/reduction/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ impl CudnnContext {
168168
/// # Ok(())
169169
/// # }
170170
/// ```
171+
#[allow(clippy::too_many_arguments)]
171172
pub fn reduce<CompT, U, V>(
172173
&self,
173174
desc: &ReductionDescriptor<CompT>,

0 commit comments

Comments
 (0)