allow clippy lint

This commit is contained in:
Alfredo Garcia 2023-10-12 16:20:02 -03:00
parent 4b8643723a
commit 6744ff1ca4
1 changed files with 2 additions and 1 deletions

View File

@ -154,4 +154,5 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: clippy
args: -- -D warnings
# TODO: remove the allowed lint when zcashd fiexes the code in zcash/src/rust/src/wallet.rs:540:14
args: -- -D warnings -A clippy::unwrap_or_default