mirror of
https://github.com/bertptrs/adventofcode.git
synced 2025-12-27 05:40:32 +01:00
Fix all clippy warnings.
This commit is contained in:
@@ -4,11 +4,12 @@ use std::io::prelude::*;
|
||||
|
||||
use common;
|
||||
|
||||
#[derive(Default)]
|
||||
pub struct Day01 {}
|
||||
|
||||
impl Day01 {
|
||||
pub fn new() -> Day01 {
|
||||
Day01 {}
|
||||
Default::default()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user