Dependency upgrades and bugfixes #117
Annotations
2 errors
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)]`
|
|
The logs for this run have expired and are no longer available.
Loading