Skip to content

Commit

Permalink
thanks, clippy
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Lagergren <[email protected]>
  • Loading branch information
ericlagergren committed Jan 10, 2025
1 parent 8b13d42 commit 1315381
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ where

/// Concatenates `self` with `other`.
#[inline]
#[allow(clippy::arithmetic_side_effects, reason = "`i` will never overflow")]
pub fn concat<N>(self, other: Array<T, N>) -> Array<T, Sum<U, N>>
where
N: ArraySize,
Expand Down

0 comments on commit 1315381

Please sign in to comment.