We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf740a9 commit 5a093abCopy full SHA for 5a093ab
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 --all-targets {{EXTRA_FLAGS}}
+ cargo clippy --all-targets {{EXTRA_FLAGS}} -- -W clippy::unnecessary_wraps
12
13
# Check Rust code (cargo check)
14
check *EXTRA_FLAGS:
0 commit comments