Skip to content

Commit

Permalink
Remove the Dimension bound on ToOwned
Browse files Browse the repository at this point in the history
  • Loading branch information
akern40 committed Nov 9, 2024
1 parent 93dfb38 commit b9ee564
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/impl_ref_types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -322,9 +322,7 @@ where
}

impl<A, D> ToOwned for ArrayRef<A, D>
where
A: Clone,
D: Dimension,
where A: Clone
{
type Owned = Array<A, D>;

Expand Down

0 comments on commit b9ee564

Please sign in to comment.