Skip to content

Commit

Permalink
chore: make new clippy happy
Browse files Browse the repository at this point in the history
  • Loading branch information
SichangHe committed Dec 7, 2024
1 parent d8ceac0 commit f4999eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scan.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ pub struct Scan<'a> {
inline_delimiter: &'a Delimiter,
}

impl<'a> Iterator for Scan<'a> {
impl Iterator for Scan<'_> {
type Item = Event;

fn next(&mut self) -> Option<Self::Item> {
Expand Down

0 comments on commit f4999eb

Please sign in to comment.