From 33c19c18fe28fe529e31e5272572071f08550d1a Mon Sep 17 00:00:00 2001 From: Gwilym Inzani Date: Sat, 5 Oct 2024 22:07:24 +0100 Subject: [PATCH] For some reason cargo clippy --fix couldn't fix this one --- agb-debug/src/gwilym_encoding.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agb-debug/src/gwilym_encoding.rs b/agb-debug/src/gwilym_encoding.rs index f192c28a..3b19a814 100644 --- a/agb-debug/src/gwilym_encoding.rs +++ b/agb-debug/src/gwilym_encoding.rs @@ -46,7 +46,7 @@ impl<'a> GwilymDecodeIter<'a> { } } -impl<'a> Iterator for GwilymDecodeIter<'a> { +impl Iterator for GwilymDecodeIter<'_> { type Item = u32; fn next(&mut self) -> Option {