We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f35e035 commit 8364740Copy full SHA for 8364740
1 file changed
src/arraytraits.rs
@@ -43,8 +43,8 @@ where
43
I: NdIndex<D>,
44
T: AsRef<LayoutRef<A, D>> + ?Sized,
45
{
46
- let layout_ref = _a.as_ref();
47
- debug_bounds_check_ref!(layout_ref, *_index);
+ let _layout_ref = _a.as_ref();
+ debug_bounds_check_ref!(_layout_ref, *_index);
48
}
49
50
/// Access the element at **index**.
0 commit comments