Use clippy for rust linting

This commit is contained in:
2023-02-08 00:49:18 -06:00
parent 0f9ea84dcd
commit 653e80f3dd

5
helix/languages.toml Normal file
View File

@ -0,0 +1,5 @@
[[language]]
name = "rust"
[language.config.check]
command = "clippy"