diff --git a/src/matrix.rs b/src/matrix.rs index 460a936..bfbdc50 100644 --- a/src/matrix.rs +++ b/src/matrix.rs @@ -1193,7 +1193,7 @@ impl Matrix> for Matrix4 { let one: S = one(); let inv_det = one / det; let t = self.transpose(); - let cf = |&: i, j| { + let cf = |i, j| { let mat = match i { 0 => Matrix3::from_cols(t.y.truncate_n(j), t.z.truncate_n(j),