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