Skip to content

Commit

Permalink
For some reason cargo clippy --fix couldn't fix this one
Browse files Browse the repository at this point in the history
  • Loading branch information
gwilymk committed Oct 5, 2024
1 parent 9648d3e commit 33c19c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agb-debug/src/gwilym_encoding.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<Self::Item> {
Expand Down

0 comments on commit 33c19c1

Please sign in to comment.