We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2be1cc6 commit 1fb7973Copy full SHA for 1fb7973
macro/src/errors.rs
@@ -8,7 +8,7 @@ struct CollectingShunt<'a, I, A> {
8
_marker: PhantomData<fn() -> A>,
9
}
10
11
-impl<'a, I, A> Iterator for CollectingShunt<'a, I, A>
+impl<I, A> Iterator for CollectingShunt<'_, I, A>
12
where
13
I: Iterator<Item = syn::Result<A>>,
14
{
0 commit comments