chore: fixing linter warnings

This commit is contained in:
danieleades 2023-11-28 19:02:08 +00:00 committed by GitHub
parent ebcfa5f2d0
commit 8e99406a8b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 79 additions and 75 deletions

View file

@ -215,7 +215,7 @@ impl Config {
//TODO: handle errors
}
},
Err(err) => {
Err(_err) => {
//TODO: handle errors
}
}
@ -224,7 +224,7 @@ impl Config {
f(&watch_config, &keys);
}
}
Err(err) => {
Err(_err) => {
//TODO: handle errors
}
}