zcash_client_backend: Fix incorrect handling of zip321 test dependenc… #2497
GitHub Actions / Clippy (MSRV)
failed
Feb 23, 2024 in 1s
Clippy (MSRV)
1 error
Details
Results
Message level | Amount |
---|---|
Internal compiler error | 0 |
Error | 1 |
Warning | 0 |
Note | 0 |
Help | 0 |
Versions
- rustc 1.65.0 (897e37553 2022-11-02)
- cargo 1.65.0 (4bc8f24d3 2022-10-20)
- clippy 0.1.65 (897e375 2022-11-02)
Annotations
Check failure on line 227 in zcash_client_backend/src/zip321.rs
github-actions / Clippy (MSRV)
associated function `normalize_and_eq` is never used
error: associated function `normalize_and_eq` is never used
--> zcash_client_backend/src/zip321.rs:227:30
|
227 | pub(in crate::zip321) fn normalize_and_eq(
| ^^^^^^^^^^^^^^^^
|
= note: `-D dead-code` implied by `-D warnings`
Loading