Skip to content

Commit 90a52c2

Browse files
committed
remove redundant -D warnings
1 parent 7cf3623 commit 90a52c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ additional_profiles = ["all-default-tasks"]
77
[env]
88
CARGO_MAKE_SKIP_SLOW_SECONDARY_FLOWS = false
99
CARGO_MAKE_CARGO_BUILD_TEST_FLAGS = "${CARGO_MAKE_CARGO_ALL_FEATURES}"
10-
CARGO_MAKE_CLIPPY_ARGS = "--all-targets --all-features -- -D warnings"
10+
CARGO_MAKE_CLIPPY_ARGS = "--all-targets --all-features"
1111
CARGO_MAKE_RUST_DEFAULT_TOOLCHAIN = "stable"
1212
RUSTFLAGS = "-D warnings"
1313
RUSTDOCFLAGS = "-D warnings"

0 commit comments

Comments
 (0)