mirror of
https://github.com/martinvonz/jj.git
synced 2024-12-26 14:00:51 +00:00
hex_utils: fix typo found by clippy
This commit is contained in:
parent
195e788f92
commit
de0de4013d
1 changed files with 0 additions and 1 deletions
|
@ -71,7 +71,6 @@ fn iter_half_bytes(bytes: &[u8]) -> impl ExactSizeIterator<Item = u8> + '_ {
|
|||
})
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use super::*;
|
||||
|
|
Loading…
Reference in a new issue