Dependency upgrades and bugfixes #117
Triggered via pull request
September 11, 2024 02:20
Status
Failure
Total duration
10m 18s
Artifacts
–
Annotations
2 errors
this function has too many arguments (8/7):
src/main.rs#L150
error: this function has too many arguments (8/7)
--> src/commands/list_tx.rs:150:5
|
150 | / fn new(
151 | | pool_code: i64,
152 | | output_index: u32,
153 | | from_account: Option<i64>,
... |
158 | | memo: Option<Vec<u8>>,
159 | | ) -> Result<Self, anyhow::Error> {
| |____________________________________^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#too_many_arguments
= note: `-D clippy::too-many-arguments` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::too_many_arguments)]`
|
aborting due to 1 previous error
error: aborting due to 1 previous error
|