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)
|
.step_by(3)
|
||||||
.collect::<Vec<&str>>()
|
.collect::<Vec<&str>>()
|
||||||
.iter()
|
.iter()
|
||||||
.map(|item| {
|
.map(|_item| {
|
||||||
let common_letter = {
|
let common_letter = {
|
||||||
let first = &iter
|
let first = &iter
|
||||||
.next()
|
.next()
|
||||||
|
Loading…
Reference in New Issue
Block a user