Skip to content

Commit

Permalink
Fix clippy warning introduced in 854971c
Browse files Browse the repository at this point in the history
  • Loading branch information
LDeakin committed Mar 5, 2024
1 parent 854971c commit 9846322
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ pub struct BloscCodecConfigurationV1 {
pub blocksize: Option<usize>,
}

#[allow(clippy::trivially_copy_pass_by_ref)]
fn usize_is_zero(v: &usize) -> bool {
v == &0
}
Expand Down

0 comments on commit 9846322

Please sign in to comment.