Skip to content

Commit

Permalink
chore: Placate clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
CosmicHorrorDev committed Oct 23, 2024
1 parent 551767d commit 10c6e0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ impl<'library> Iter<'library> {
}
}

impl<'library> Iterator for Iter<'library> {
impl Iterator for Iter<'_> {
type Item = Result<App>;

fn next(&mut self) -> Option<Self::Item> {
Expand Down

0 comments on commit 10c6e0e

Please sign in to comment.