fix clippy lints

This commit is contained in:
Antoine Martin 2025-12-01 13:59:04 +01:00
parent 7c90bccfa8
commit 02bc7875f6
7 changed files with 12 additions and 13 deletions

View file

@ -28,7 +28,7 @@ fn part1(input: &str) -> Result<u64> {
.sum())
}
fn part2(input: &str) -> Result<u64> {
fn part2(_input: &str) -> Result<u64> {
todo!()
}