Fix all clippy warnings.

This commit is contained in:
2018-12-17 12:26:31 +01:00
parent 851868bed4
commit f23624c456
15 changed files with 52 additions and 38 deletions

View File

@@ -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);