Skip to content

Commit

Permalink
chore: cargo clippy --fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Easyoakland committed Oct 26, 2023
1 parent c4b067b commit 2fd3893
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/stream_tokens.rs
Original file line number Diff line number Diff line change
Expand Up @@ -248,10 +248,8 @@ mod tests {
} else if once {
once = false;
None
} else if let Some(x) = it2.next() {
Some(x)
} else {
None
it2.next()
}
});
let mut tokens = StreamTokens::into_tokens(it);
Expand Down

0 comments on commit 2fd3893

Please sign in to comment.