add no deps to clippy params

This commit is contained in:
DefectingCat
2024-01-06 22:54:20 +08:00
parent 5ab33845aa
commit 1df9744dac

View File

@ -60,6 +60,7 @@ local options = {
check = {
command = "clippy",
features = "all",
extraArgs = { "--no-deps" },
},
procMacro = {
enable = true,