Resolve clippy warnings

This commit is contained in:
Graham Esau 2023-08-20 17:19:53 +01:00
parent e0495c0c87
commit 072730f6f6
6 changed files with 15 additions and 18 deletions

3
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,3 @@
{
"rust-analyzer.check.command": "clippy"
}