Added clippy to vscode settings
All checks were successful
/ test (push) Successful in 13s

This commit is contained in:
Arthur Beck 2025-02-22 15:59:32 -06:00
parent c5ec673970
commit 8d10160ea1
Signed by: ArthurB
GPG key ID: ACE3D14F5CEF14BF

View file

@ -7,4 +7,5 @@
"kernel/aphrodite_common/Cargo.toml",
"user/Cargo.toml"
],
"rust-analyzer.check.command": "clippy",
}