Skip to content

Commit

Permalink
Fix code formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexhuszagh committed Sep 8, 2024
1 parent 5617f5b commit eee051d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lexical-util/src/iterator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ pub trait BytesIter<'a>: Iterator<Item = &'a u8> {
/// This advances the internal state of the iterator.
fn read_u32(&self) -> Option<u32>;


/// Try to read the next eight bytes as a u64
/// This advances the internal state of the iterator.
fn read_u64(&self) -> Option<u64>;
Expand Down

0 comments on commit eee051d

Please sign in to comment.