Skip to content

funds-manager: fee-indexer: Fix misc bugs with fee indexing + redemption #71

funds-manager: fee-indexer: Fix misc bugs with fee indexing + redemption

funds-manager: fee-indexer: Fix misc bugs with fee indexing + redemption #71

Triggered via push July 26, 2024 23:08
Status Failure
Total duration 3m 25s
Artifacts

clippy.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 2 warnings
variant `FeeRedemption` is never constructed: funds-manager/funds-manager-server/src/custody_client/mod.rs#L35
error: variant `FeeRedemption` is never constructed --> funds-manager/funds-manager-server/src/custody_client/mod.rs:35:5 | 31 | pub(crate) enum DepositWithdrawSource { | --------------------- variant in this enum ... 35 | FeeRedemption, | ^^^^^^^^^^^^^ | = note: `DepositWithdrawSource` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis = note: `-D dead-code` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(dead_code)]`
clippy-check
Clippy had exited with the 101 exit code
clippy-check
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
clippy-check
The following actions uses Node.js version which is deprecated and will be forced to run on node20: arduino/setup-protoc@v1, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/