Skip to content

Commit

Permalink
derive debug
Browse files Browse the repository at this point in the history
Created using spr 1.3.6-beta.1
  • Loading branch information
sunshowers committed Dec 19, 2024
1 parent 7f581d2 commit 00cd5d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ fn parse_duration_ms(arg: &str) -> Result<std::time::Duration> {
Ok(Duration::from_millis(ms))
}

#[derive(Debug)]
pub struct Config {
log: Logger,
// Description of all possible packages.
Expand Down

0 comments on commit 00cd5d1

Please sign in to comment.