Skip to content

Commit

Permalink
clippy dings
Browse files Browse the repository at this point in the history
Signed-off-by: Brian L. Troutwine <[email protected]>
  • Loading branch information
blt committed May 2, 2024
1 parent ecf5db3 commit 368bfd7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lading_payload/src/block.rs
Original file line number Diff line number Diff line change
Expand Up @@ -486,6 +486,8 @@ fn chunk_bytes<const N: usize>(
/// would like to propagate this error to the caller.
#[inline]
#[tracing::instrument(skip_all)]
#[allow(clippy::cast_possible_truncation)]
#[allow(clippy::cast_sign_loss)]
fn construct_block_cache_inner<R, S>(
mut rng: &mut R,
serializer: &S,
Expand Down

0 comments on commit 368bfd7

Please sign in to comment.