remove clippy --all-features flag
This commit is contained in:
parent
d97c6f1c2c
commit
00f2624fec
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user