hex_utils: fix typo found by clippy

This commit is contained in:
Ilya Grigoriev 2024-03-25 20:41:37 -07:00
parent 195e788f92
commit de0de4013d

View file

@ -71,7 +71,6 @@ fn iter_half_bytes(bytes: &[u8]) -> impl ExactSizeIterator<Item = u8> + '_ {
})
}
#[cfg(test)]
#[cfg(test)]
mod tests {
use super::*;