Skip to content

Commit d58e918

Browse files
committed
Address a lint
1 parent f7c22f8 commit d58e918

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/parser/reader.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ impl<'l> Reader<'l> {
338338
}
339339
}
340340

341-
impl<'l> Iterator for Reader<'l> {
341+
impl Iterator for Reader<'_> {
342342
type Item = char;
343343

344344
fn next(&mut self) -> Option<char> {

0 commit comments

Comments
 (0)