mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
fix(lang): incorporate latest changes from rustaceanvim
This commit is contained in:
parent
034f57377b
commit
5157b1233f
1 changed files with 1 additions and 5 deletions
|
|
@ -65,11 +65,7 @@ return {
|
|||
},
|
||||
},
|
||||
-- Add clippy lints for Rust.
|
||||
checkOnSave = {
|
||||
allFeatures = true,
|
||||
command = "clippy",
|
||||
extraArgs = { "--no-deps" },
|
||||
},
|
||||
checkOnSave = true,
|
||||
procMacro = {
|
||||
enable = true,
|
||||
ignored = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue