mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-08 13:42:39 +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)]
|
#[cfg(test)]
|
||||||
mod tests {
|
mod tests {
|
||||||
use super::*;
|
use super::*;
|
||||||
|
|
Loading…
Reference in a new issue