diff --git a/src/impl_methods.rs b/src/impl_methods.rs
index 9c2c5efc9..2025ca4ff 100644
--- a/src/impl_methods.rs
+++ b/src/impl_methods.rs
@@ -3179,13 +3179,7 @@ impl ArrayRef
Zip::from(self.lanes_mut(axis)).map_collect(mapping)
}
}
-}
-impl ArrayBase
-where
- S: DataOwned + DataMut,
- D: Dimension,
-{
/// Remove the `index`th elements along `axis` and shift down elements from higher indexes.
///
/// Note that this "removes" the elements by swapping them around to the end of the axis and