clippy happy
This commit is contained in:
@@ -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)]
|
||||||
|
|||||||
Reference in New Issue
Block a user