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