Clippy lints

This commit is contained in:
2021-08-16 20:33:57 +00:00
parent 4d44b4a74a
commit 2d473b8255
8 changed files with 14 additions and 5 deletions

View File

@@ -281,6 +281,7 @@ pub(crate) fn diff_op_2d_fallback<const M: usize, const N: usize, const D: usize
#[inline(always)]
/// 2D diff when first axis is contiguous
#[allow(unused)]
#[allow(clippy::assign_op_pattern)]
pub(crate) fn diff_op_2d_sliceable_y<const M: usize, const N: usize, const D: usize>(
matrix: &BlockMatrix<Float, M, N, D>,
optype: OperatorType,