Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
vintitres committed Sep 14, 2023
1 parent fcca459 commit dd319fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/day22.rs
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ fn walk(
}

pub fn part1(input: &str) -> u64 {
walk(input, step_fn1, &vec![])
walk(input, step_fn1, &[])
}

fn step_fn1(
Expand Down

0 comments on commit dd319fb

Please sign in to comment.