diff --git a/src/impl_ref_types.rs b/src/impl_ref_types.rs index d93a996bf..4681b5361 100644 --- a/src/impl_ref_types.rs +++ b/src/impl_ref_types.rs @@ -322,9 +322,7 @@ where } impl ToOwned for ArrayRef -where - A: Clone, - D: Dimension, +where A: Clone { type Owned = Array;