Skip to content

Commit

Permalink
Updated the min_ci_time to be a Option
Browse files Browse the repository at this point in the history
  • Loading branch information
sriganeshres committed Nov 30, 2024
1 parent 5042140 commit df9a8b9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ where
Ok(maybe_seconds.map(Duration::from_secs))
}


fn deserialize_duration_from_secs<'de, D>(deserializer: D) -> Result<Duration, D::Error>
where
D: Deserializer<'de>,
Expand Down

0 comments on commit df9a8b9

Please sign in to comment.