Skip to content

Commit 5881f06

Browse files
committed
chore: be fancy
1 parent e0c88c8 commit 5881f06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aoclp_solutions/src/y2025/day_05.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ pub fn part_2() -> usize {
3434
acc
3535
})
3636
.into_iter()
37-
.map(|r| r.count())
37+
.map(<_>::count)
3838
.sum()
3939
}
4040

0 commit comments

Comments
 (0)