fix(rust_analyzer): remove hardcoded clippy args

This commit is contained in:
2026-02-25 00:23:20 +01:00
parent 8839bf0c78
commit 9fb204ec40
-4
View File
@@ -7,10 +7,6 @@ return {
["rust-analyzer"] = { ["rust-analyzer"] = {
check = { check = {
command = "clippy", command = "clippy",
extraArgs = {
"--",
"-Wclippy::pedantic",
},
}, },
diagnostics = { diagnostics = {
styleLints = { styleLints = {