Skip to content

Commit

Permalink
Clippy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tbetcke committed Dec 3, 2023
1 parent 7e73635 commit 6bc00d2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dense/src/array/views.rs
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,6 @@ fn compute_raw_range<const NDIM: usize>(
shape: [usize; NDIM],
) -> (usize, usize) {
use crate::layout::convert_nd_raw;
let shape = shape;
let start_multi_index = offset;
let mut end_multi_index = [0; NDIM];
for (index, value) in end_multi_index.iter_mut().enumerate() {
Expand Down

0 comments on commit 6bc00d2

Please sign in to comment.