mirror of
https://github.com/bertptrs/adventofcode.git
synced 2025-12-26 21:30:31 +01:00
Fix other clippy warnings.
This commit is contained in:
@@ -31,7 +31,7 @@ pub mod day23;
|
||||
pub mod day24;
|
||||
pub mod day25;
|
||||
|
||||
pub fn get_impl(day: u32) -> Box<common::Solution> {
|
||||
pub fn get_impl(day: u32) -> Box<dyn common::Solution> {
|
||||
match day {
|
||||
1 => Box::new(day01::Day01::new()),
|
||||
2 => Box::new(day02::Day02::new()),
|
||||
|
||||
Reference in New Issue
Block a user