mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 08:11:33 +11:00
For some reason cargo clippy --fix couldn't fix this one
This commit is contained in:
parent
9648d3e22a
commit
33c19c18fe
|
@ -46,7 +46,7 @@ impl<'a> GwilymDecodeIter<'a> {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
impl<'a> Iterator for GwilymDecodeIter<'a> {
|
impl Iterator for GwilymDecodeIter<'_> {
|
||||||
type Item = u32;
|
type Item = u32;
|
||||||
|
|
||||||
fn next(&mut self) -> Option<Self::Item> {
|
fn next(&mut self) -> Option<Self::Item> {
|
||||||
|
|
Loading…
Reference in a new issue