Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
sffc authored Dec 20, 2024
1 parent beb22d8 commit 953dddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/timezone/src/ids.rs
Original file line number Diff line number Diff line change
Expand Up @@ -838,7 +838,7 @@ impl<'a> Iterator for TimeZoneCanonicalIanaIter<'a> {
type Item = TimeZoneIanaIdBorrowed<'a>;

fn next(&mut self) -> Option<Self::Item> {
self.inner.next().map(|s| TimeZoneIanaIdBorrowed(s))
self.inner.next().map(TimeZoneIanaIdBorrowed)
}
}

Expand Down

0 comments on commit 953dddd

Please sign in to comment.