We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a380737 + 45e6b5d commit 5802f00Copy full SHA for 5802f00
src/impl_ops.rs
@@ -82,7 +82,7 @@ impl<A, S, S2, D, E> $trt<ArrayBase<S2, E>> for ArrayBase<S, D>
82
/// **Panics** if broadcasting isn’t possible.
83
impl<'a, A, S, S2, D, E> $trt<&'a ArrayBase<S2, E>> for ArrayBase<S, D>
84
where A: Clone + $trt<A, Output=A>,
85
- S: DataMut<Elem=A>,
+ S: DataOwned<Elem=A> + DataMut,
86
S2: Data<Elem=A>,
87
D: Dimension,
88
E: Dimension,
0 commit comments