applied clippy
This commit is contained in:
parent
33eb92e9d1
commit
4e08117ed0
16 changed files with 205 additions and 504 deletions
|
|
@ -3,10 +3,10 @@ use anyhow::Result;
|
|||
#[allow(dead_code)]
|
||||
#[derive(Debug, PartialEq, Eq)]
|
||||
pub enum ResultType {
|
||||
IntResult(i64),
|
||||
StringResult(String),
|
||||
LinesResult(Vec<String>),
|
||||
NoResult,
|
||||
Integer(i64),
|
||||
String(String),
|
||||
Lines(Vec<String>),
|
||||
Nothing,
|
||||
}
|
||||
|
||||
pub trait DayTrait {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue