1
0
mirror of https://gitlab.com/MisterBiggs/aoc_2015-rust.git synced 2025-07-27 08:41:31 +00:00

fixed clippy recommentations

This commit is contained in:
2022-11-05 22:46:38 -06:00
parent 78c999f90b
commit 2e7336b959
8 changed files with 46 additions and 62 deletions

2
Cargo.lock generated
View File

@@ -3,7 +3,7 @@
version = 3
[[package]]
name = "AoC2015"
name = "aoc_2015"
version = "0.1.0"
dependencies = [
"itertools",