fix(rust_analyzer): remove hardcoded clippy args
This commit is contained in:
@@ -7,10 +7,6 @@ return {
|
||||
["rust-analyzer"] = {
|
||||
check = {
|
||||
command = "clippy",
|
||||
extraArgs = {
|
||||
"--",
|
||||
"-Wclippy::pedantic",
|
||||
},
|
||||
},
|
||||
diagnostics = {
|
||||
styleLints = {
|
||||
|
||||
Reference in New Issue
Block a user