Updated to use clippy for rust
This commit is contained in:
parent
bc72530b63
commit
21febe9eef
|
@ -67,6 +67,7 @@
|
|||
# rust
|
||||
rust_analyzer = {
|
||||
enable = true;
|
||||
settings.check.command = "clippy";
|
||||
# Rely on tooling from dev environment
|
||||
package = null;
|
||||
installCargo = false;
|
||||
|
|
Loading…
Reference in a new issue