remove clippy --all-features flag
This commit is contained in:
@ -4,7 +4,6 @@ return {
|
||||
checkOnSave = {
|
||||
command = "clippy",
|
||||
extraArgs = {
|
||||
"--all-features",
|
||||
"--",
|
||||
"-W", "clippy::pedantic",
|
||||
"-W", "clippy::nursery",
|
||||
|
Reference in New Issue
Block a user