1
0
Fork 0

Useless variable.

This commit is contained in:
Pcornat 2022-12-05 22:37:35 +01:00
parent 4f5c029583
commit c95ef5ebdb
Signed by: Pcornat
GPG Key ID: 2F3932FF46D9ECA0
1 changed files with 1 additions and 1 deletions

View File

@ -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()