diff --git a/src/impl_ops.rs b/src/impl_ops.rs index f5cb39559..e4823517d 100644 --- a/src/impl_ops.rs +++ b/src/impl_ops.rs @@ -107,7 +107,7 @@ impl<'a, A, S, S2, D, E> $trt<&'a ArrayBase> for ArrayBase /// If their shapes disagree, `rhs` is broadcast to the shape of `self`. /// /// **Panics** if broadcasting isn’t possible. -impl<'a, 'b, A, S, S2, D, E> $trt<&'a ArrayBase> for &'b ArrayBase +impl<'a, A, S, S2, D, E> $trt<&'a ArrayBase> for &'a ArrayBase where A: Clone + $trt, S: Data, S2: Data,