Skip to content

Commit 183e1a0

Browse files
committed
Removes storage bound now that the method is on
1 parent a1dc7cd commit 183e1a0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/impl_methods.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1528,7 +1528,6 @@ impl<A, D: Dimension> ArrayRef<A, D>
15281528
pub fn axis_windows_with_stride(
15291529
&self, axis: Axis, window_size: usize, stride_size: usize,
15301530
) -> AxisWindows<'_, A, D>
1531-
where S: Data
15321531
{
15331532
let axis_index = axis.index();
15341533

0 commit comments

Comments
 (0)