Use clippy for rust-analyzer check

This commit is contained in:
2024-07-30 11:02:38 -05:00
parent 5635cfcce3
commit 6b6ba997a3

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"