Update serialized_signature.rs
This commit is contained in:
parent
1d2de62e01
commit
f61941bbe6
|
@ -217,7 +217,7 @@ mod into_iter {
|
|||
|
||||
#[inline]
|
||||
fn size_hint(&self) -> (usize, Option<usize>) {
|
||||
// can't underlflow thanks to the invariant
|
||||
// can't underflow thanks to the invariant
|
||||
let len = self.signature.len() - self.pos;
|
||||
(len, Some(len))
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue