Skip to content

Commit b9ee564

Browse files
committed
Remove the Dimension bound on ToOwned
1 parent 93dfb38 commit b9ee564

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/impl_ref_types.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -322,9 +322,7 @@ where
322322
}
323323

324324
impl<A, D> ToOwned for ArrayRef<A, D>
325-
where
326-
A: Clone,
327-
D: Dimension,
325+
where A: Clone
328326
{
329327
type Owned = Array<A, D>;
330328

0 commit comments

Comments
 (0)