decided to clippy 2023 in 2024

This commit is contained in:
Dylan Thies
2024-12-02 11:49:26 -05:00
parent 0e93372b96
commit cd22838062
7 changed files with 18 additions and 19 deletions

View File

@@ -74,6 +74,7 @@ impl ItemMap {
.expect("always")
}
}
/// part1 of day 5 of AOC 2023
///
/// # Arguments
@@ -81,7 +82,6 @@ impl ItemMap {
///
/// # Panics
/// panics whenever the input isn't parsable
#[must_use]
pub fn part1(input: &str) -> String {
let (_input, (mut to_process, maps)) = parse_input(input).expect("aoc always has input");