Use clippy for rust linting

This commit is contained in:
Daniel Lynn 2023-02-08 00:49:18 -06:00
parent 0f9ea84dcd
commit 653e80f3dd
Signed by: daniel
GPG Key ID: 655C07B9B3DDC88B

5
helix/languages.toml Normal file
View File

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