We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0c88c8 commit 5881f06Copy full SHA for 5881f06
aoclp_solutions/src/y2025/day_05.rs
@@ -34,7 +34,7 @@ pub fn part_2() -> usize {
34
acc
35
})
36
.into_iter()
37
- .map(|r| r.count())
+ .map(<_>::count)
38
.sum()
39
}
40
0 commit comments