Made VSCode use clippy and cleaned up code a bit

This commit is contained in:
Arthur Beck 2025-03-20 12:34:54 +00:00
parent 1a1e56aef0
commit ffbbabbddb
2 changed files with 142 additions and 139 deletions

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

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