Skip to content

Commit 5a093ab

Browse files
committed
all: Enable clippy::unnecessary_wraps lint in justfile
1 parent bf740a9 commit 5a093ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ format *EXTRA_FLAGS:
88

99
# Run Clippy linting (cargo clippy)
1010
lint *EXTRA_FLAGS:
11-
cargo clippy --all-targets {{EXTRA_FLAGS}}
11+
cargo clippy --all-targets {{EXTRA_FLAGS}} -- -W clippy::unnecessary_wraps
1212

1313
# Check Rust code (cargo check)
1414
check *EXTRA_FLAGS:

0 commit comments

Comments
 (0)