Skip to content

Commit 1fb7973

Browse files
committed
Fix clippy
1 parent 2be1cc6 commit 1fb7973

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

macro/src/errors.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ struct CollectingShunt<'a, I, A> {
88
_marker: PhantomData<fn() -> A>,
99
}
1010

11-
impl<'a, I, A> Iterator for CollectingShunt<'a, I, A>
11+
impl<I, A> Iterator for CollectingShunt<'_, I, A>
1212
where
1313
I: Iterator<Item = syn::Result<A>>,
1414
{

0 commit comments

Comments
 (0)