chore: fixing linter warnings
This commit is contained in:
parent
ebcfa5f2d0
commit
8e99406a8b
17 changed files with 79 additions and 75 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue