Useless variable.
This commit is contained in:
parent
4f5c029583
commit
c95ef5ebdb
@ -39,7 +39,7 @@ pub fn solve_part2(file_path: &str) -> i32 {
|
||||
.step_by(3)
|
||||
.collect::<Vec<&str>>()
|
||||
.iter()
|
||||
.map(|item| {
|
||||
.map(|_item| {
|
||||
let common_letter = {
|
||||
let first = &iter
|
||||
.next()
|
||||
|
Loading…
Reference in New Issue
Block a user