Skip to content

Commit e5a8d23

Browse files
authored
Removes DataOwned bound on remove_index (#1511)
Closes #1442
1 parent 2a2287c commit e5a8d23

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/impl_methods.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3179,13 +3179,7 @@ impl<A, D: Dimension> ArrayRef<A, D>
31793179
Zip::from(self.lanes_mut(axis)).map_collect(mapping)
31803180
}
31813181
}
3182-
}
31833182

3184-
impl<A, S, D> ArrayBase<S, D>
3185-
where
3186-
S: DataOwned<Elem = A> + DataMut,
3187-
D: Dimension,
3188-
{
31893183
/// Remove the `index`th elements along `axis` and shift down elements from higher indexes.
31903184
///
31913185
/// Note that this "removes" the elements by swapping them around to the end of the axis and

0 commit comments

Comments
 (0)