Skip to content

Commit

Permalink
Refactored db.rs with errors
Browse files Browse the repository at this point in the history
  • Loading branch information
arkanoider committed Oct 29, 2023
1 parent 830fb70 commit 42d85ee
Show file tree
Hide file tree
Showing 2 changed files with 231 additions and 72 deletions.
1 change: 0 additions & 1 deletion src/cli/settings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ pub enum FromConfigErrorKind {
Io(io::Error),
TomlFileError { source: ConfigError },
Env { source: env::VarError },
//Parse(ParseError),
}

#[derive(Debug, Deserialize, Default, Clone)]
Expand Down
Loading

0 comments on commit 42d85ee

Please sign in to comment.