diff --git a/lexical-util/src/iterator.rs b/lexical-util/src/iterator.rs index 77e004e3..e9864f77 100644 --- a/lexical-util/src/iterator.rs +++ b/lexical-util/src/iterator.rs @@ -124,7 +124,6 @@ pub trait BytesIter<'a>: Iterator { /// This advances the internal state of the iterator. fn read_u32(&self) -> Option; - /// Try to read the next eight bytes as a u64 /// This advances the internal state of the iterator. fn read_u64(&self) -> Option;