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