Use clippy for rust-analyzer check

This commit is contained in:
Daniel Lynn 2024-07-30 11:02:38 -05:00
parent 5635cfcce3
commit 6b6ba997a3
Signed by: daniel
GPG Key ID: 28496A140E180A9D

View File

@ -2,3 +2,6 @@
name = "env"
scope = "text.env"
file-types = ["test", "development", "staging", "production", "example", "env"]
[language-server.rust-analyzer.config.check]
command = "clippy"