Skip to content

Commit

Permalink
Deleted unneeded lifetime
Browse files Browse the repository at this point in the history
  • Loading branch information
tbetcke committed Nov 6, 2023
1 parent c36feb6 commit ba9c7d3
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 @@ -346,7 +346,6 @@ impl<
}

impl<
'a,
Item: Scalar,
ArrayImpl: UnsafeRandomAccessByValue<NDIM, Item = Item> + Shape<NDIM> + Stride<NDIM>,
const NDIM: usize,
Expand Down

0 comments on commit ba9c7d3

Please sign in to comment.