Updated to use clippy for rust

This commit is contained in:
alejandro-angulo 2025-05-01 16:46:40 -07:00
parent bc72530b63
commit 21febe9eef
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6

View file

@ -67,6 +67,7 @@
# rust
rust_analyzer = {
enable = true;
settings.check.command = "clippy";
# Rely on tooling from dev environment
package = null;
installCargo = false;