mirror of
https://github.com/DefectingCat/dotfiles
synced 2025-07-16 01:01:36 +00:00
add no deps to clippy params
This commit is contained in:
@ -60,6 +60,7 @@ local options = {
|
||||
check = {
|
||||
command = "clippy",
|
||||
features = "all",
|
||||
extraArgs = { "--no-deps" },
|
||||
},
|
||||
procMacro = {
|
||||
enable = true,
|
||||
|
Reference in New Issue
Block a user