Skip to content

Commit

Permalink
hex_utils: fix typo found by clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyagr committed Mar 26, 2024
1 parent 195e788 commit e8d1d0d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/src/hex_util.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ fn iter_half_bytes(bytes: &[u8]) -> impl ExactSizeIterator<Item = u8> + '_ {
})
}

#[cfg(test)]
#[cfg(test)]
mod tests {
use super::*;
Expand Down

0 comments on commit e8d1d0d

Please sign in to comment.