fixed fmt warning
All checks were successful
Continuous integration / Check (push) Successful in 47s
Continuous integration / Test Suite (push) Successful in 50s
Continuous integration / Rustfmt (push) Successful in 36s
Continuous integration / build (push) Successful in 47s
/ Check (push) Successful in 49s
/ Test Suite (push) Successful in 50s
/ Rustfmt (push) Successful in 35s
/ Clippy (push) Successful in 48s
/ build (push) Successful in 51s
All checks were successful
Continuous integration / Check (push) Successful in 47s
Continuous integration / Test Suite (push) Successful in 50s
Continuous integration / Rustfmt (push) Successful in 36s
Continuous integration / build (push) Successful in 47s
/ Check (push) Successful in 49s
/ Test Suite (push) Successful in 50s
/ Rustfmt (push) Successful in 35s
/ Clippy (push) Successful in 48s
/ build (push) Successful in 51s
This commit is contained in:
parent
eb7b509f78
commit
564d62ccbd
@ -33,14 +33,14 @@ pub trait Solution: Send + Sync {
|
||||
// returning it as a:
|
||||
///```
|
||||
/// OK(Box::new(ans))
|
||||
/// ```
|
||||
/// ```
|
||||
fn part1(&self, input: &mut Vec<String>) -> Result<Box<dyn Display>, Box<dyn Error>>;
|
||||
|
||||
// Insert your solution for part two in here,
|
||||
// returning it as a:
|
||||
///```
|
||||
/// OK(Box::new(ans))
|
||||
/// ```
|
||||
/// ```
|
||||
fn part2(&self, input: &mut Vec<String>) -> Result<Box<dyn Display>, Box<dyn Error>>;
|
||||
|
||||
// Returns the day that is currently being run
|
||||
|
Loading…
Reference in New Issue
Block a user