We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4745c3 commit 7b02b32Copy full SHA for 7b02b32
1 file changed
justfile
@@ -8,7 +8,7 @@ format *EXTRA_FLAGS:
8
9
# Run Clippy linting (cargo clippy)
10
lint *EXTRA_FLAGS:
11
- cargo clippy {{EXTRA_FLAGS}}
+ cargo clippy --all-targets {{EXTRA_FLAGS}}
12
13
# Check Rust code (cargo check)
14
check *EXTRA_FLAGS:
0 commit comments