remove exit amount parameter from farms #3593
Triggered via pull request
September 19, 2023 13:54
Status
Failure
Total duration
14m 57s
Artifacts
–
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
actions.yml
on: pull_request
Contracts
/
Wasm tests
14m 45s
Contracts
/
Rust tests
4m 1s
Contracts
/
Clippy linter check
2m 13s
Annotations
2 errors and 2 warnings
Contracts / Rust tests
Process completed with exit code 101.
|
Contracts / Wasm tests
Process completed with exit code 101.
|
[clippy] farm-staking/farm-staking-proxy/src/proxy_actions/unstake.rs#L35:
farm-staking/farm-staking-proxy/src/proxy_actions/unstake.rs#L35
warning: redundant clone
--> farm-staking/farm-staking-proxy/src/proxy_actions/unstake.rs:35:28
|
35 | full_attributes.clone().into_part(&payment.amount);
| ^^^^^^^^ help: remove this
|
note: this value is dropped without further use
--> farm-staking/farm-staking-proxy/src/proxy_actions/unstake.rs:35:13
|
35 | full_attributes.clone().into_part(&payment.amount);
| ^^^^^^^^^^^^^^^
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_clone
= note: `#[warn(clippy::redundant_clone)]` on by default
|
[clippy] farm-staking/farm-staking-proxy/src/proxy_actions/unstake.rs#L35:
farm-staking/farm-staking-proxy/src/proxy_actions/unstake.rs#L35
warning: redundant clone
--> farm-staking/farm-staking-proxy/src/proxy_actions/unstake.rs:35:28
|
35 | full_attributes.clone().into_part(&payment.amount);
| ^^^^^^^^ help: remove this
|
note: this value is dropped without further use
--> farm-staking/farm-staking-proxy/src/proxy_actions/unstake.rs:35:13
|
35 | full_attributes.clone().into_part(&payment.amount);
| ^^^^^^^^^^^^^^^
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_clone
= note: `#[warn(clippy::redundant_clone)]` on by default
|