Use clippy for rust linting
This commit is contained in:
5
helix/languages.toml
Normal file
5
helix/languages.toml
Normal file
@ -0,0 +1,5 @@
|
||||
[[language]]
|
||||
name = "rust"
|
||||
|
||||
[language.config.check]
|
||||
command = "clippy"
|
Reference in New Issue
Block a user