Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
mscroggs committed Oct 10, 2023
1 parent 5c8706f commit 5cfd861
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bem/src/assembly/batched.rs
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,7 @@ pub fn assemble<'a>(
);
}

#[allow(clippy::too_many_arguments)]
pub fn assemble_nonsingular<'a>(
output: &mut Array2D<f64>,
kernel: &impl Kernel<T = f64>,
Expand Down Expand Up @@ -459,6 +460,7 @@ pub fn assemble_nonsingular<'a>(
}
}

#[allow(clippy::too_many_arguments)]
pub fn assemble_singular<'a>(
output: &mut Array2D<f64>,
kernel: &impl Kernel<T = f64>,
Expand Down

0 comments on commit 5cfd861

Please sign in to comment.