ci(clippy): drop redundant arguments

--libs --benches and co are already implies by --all-targets.

Signed-off-by: Patrick Roy <roypat@amazon.co.uk>
This commit is contained in:
Patrick Roy
2025-09-29 19:49:09 +01:00
committed by Patrick Roy
parent af7504b4cc
commit 9fbd9f5e83

View File

@@ -73,7 +73,7 @@
},
{
"test_name": "clippy",
"command": "cargo clippy --workspace --bins --examples --benches --all-features --all-targets -- -D warnings -D clippy::undocumented_unsafe_blocks",
"command": "cargo clippy --workspace --all-features --all-targets -- -D warnings -D clippy::undocumented_unsafe_blocks",
"platform": [
"x86_64",
"aarch64",