mirror of
https://github.com/bertptrs/adventofcode.git
synced 2025-12-27 13:50:32 +01:00
Fix all clippy warnings.
This commit is contained in:
@@ -86,6 +86,12 @@ impl Day11 {
|
||||
}
|
||||
}
|
||||
|
||||
impl Default for Day11 {
|
||||
fn default() -> Self {
|
||||
Self::new()
|
||||
}
|
||||
}
|
||||
|
||||
impl Solution for Day11 {
|
||||
fn part1(&mut self, input: &mut Read) -> String {
|
||||
let serial = read_single_input(input);
|
||||
|
||||
Reference in New Issue
Block a user