Fix clippy lints

This commit is contained in:
Erik Johnston
2022-06-06 09:59:17 +01:00
parent 04ac0529e1
commit 29037e3ca1
9 changed files with 35 additions and 57 deletions

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

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