Skip to content

Commit

Permalink
fix clippy lints
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnnyMorganz committed Dec 7, 2024
1 parent efc139b commit 304b829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion full-moon/src/node.rs
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ impl<'a> Iterator for Tokens<'a> {
}
}

impl<'a> DoubleEndedIterator for Tokens<'a> {
impl DoubleEndedIterator for Tokens<'_> {
fn next_back(&mut self) -> Option<Self::Item> {
if self.items.is_empty() {
return None;
Expand Down

0 comments on commit 304b829

Please sign in to comment.