Skip to content

Commit 92fccd9

Browse files
committed
clippy
1 parent 9e23445 commit 92fccd9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/bin/2025_03/main.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,8 @@ fn find(
2929
} else {
3030
Some(x)
3131
}
32-
} else if let Some(y) = solution_skip {
33-
Some(y)
3432
} else {
35-
None
33+
solution_skip
3634
}
3735
};
3836

0 commit comments

Comments
 (0)