clippy happy

This commit is contained in:
2022-12-12 20:11:45 +01:00
parent 088f08075a
commit 9675fd15dd

View File

@@ -1,9 +1,9 @@
pub fn process_part_1(input: &str) -> u32 { pub fn process_part_1(_input: &str) -> u32 {
return 0; 0
} }
pub fn process_part_2(input: &str) -> u32 { pub fn process_part_2(_input: &str) -> u32 {
return 0; 0
} }
#[cfg(test)] #[cfg(test)]