GitHub Actions / Clippy (MSRV)
failed
Nov 8, 2023 in 0s
Clippy (MSRV)
2 errors
Details
Results
Message level | Amount |
---|---|
Internal compiler error | 0 |
Error | 2 |
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 481 in zcash_client_backend/src/data_api.rs
github-actions / Clippy (MSRV)
this function has too many arguments (8/7)
error: this function has too many arguments (8/7)
--> zcash_client_backend/src/data_api.rs:472:5
|
472 | / pub fn from_parts(
473 | | block_height: BlockHeight,
474 | | block_hash: BlockHash,
475 | | block_time: u32,
... |
480 | | sapling_commitments: Vec<(sapling::Node, Retention<BlockHeight>)>,
481 | | ) -> Self {
| |_____________^
|
= note: `-D clippy::too-many-arguments` implied by `-D warnings`
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#too_many_arguments
Check failure on line 481 in zcash_client_backend/src/data_api.rs
github-actions / Clippy (MSRV)
this function has too many arguments (8/7)
error: this function has too many arguments (8/7)
--> zcash_client_backend/src/data_api.rs:472:5
|
472 | / pub fn from_parts(
473 | | block_height: BlockHeight,
474 | | block_hash: BlockHash,
475 | | block_time: u32,
... |
480 | | sapling_commitments: Vec<(sapling::Node, Retention<BlockHeight>)>,
481 | | ) -> Self {
| |_____________^
|
= note: `-D clippy::too-many-arguments` implied by `-D warnings`
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#too_many_arguments
Loading