Enable more lints
This commit is contained in:
parent
3f73578fc9
commit
da0e5f7373
12 changed files with 17 additions and 12 deletions
|
|
@ -31,7 +31,7 @@ impl Config {
|
|||
);
|
||||
Self::load_from_file(path).await
|
||||
} else {
|
||||
let config = Config::default();
|
||||
let config = Self::default();
|
||||
config.write(path).await?;
|
||||
warn!(
|
||||
"Configuration file not found, wrote default configuration to {:?}",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue