remove clippy --all-features flag

This commit is contained in:
Max Känner 2023-02-24 14:10:36 +01:00
parent d97c6f1c2c
commit 00f2624fec

View File

@ -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",