Skip to content

Commit

Permalink
Remove unused struct
Browse files Browse the repository at this point in the history
  • Loading branch information
jarhodes314 committed Jul 25, 2024
1 parent 00be96e commit c34ab66
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@ pub struct SecondsOrHumanTime {
input: DeserializeTime,
}

#[derive(thiserror::Error, Debug)]
#[error("Invalid seconds number: '{input}'.")]
pub struct InvalidSecondsNumber {
input: String,
}

impl From<SecondsOrHumanTime> for String {
fn from(value: SecondsOrHumanTime) -> Self {
value.to_string()
Expand Down

0 comments on commit c34ab66

Please sign in to comment.