claim boosted in merge endpoints #3598
Triggered via pull request
September 20, 2023 10:51
Status
Failure
Total duration
12m 8s
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
11m 56s
Contracts
/
Rust tests
3m 47s
Contracts
/
Clippy linter check
1m 50s
Annotations
2 errors and 4 warnings
Contracts / Rust tests
Process completed with exit code 101.
|
Contracts / Wasm tests
Process completed with exit code 101.
|
[clippy] dex/farm-with-locked-rewards/src/lib.rs#L195:
dex/farm-with-locked-rewards/src/lib.rs#L195
warning: redundant clone
--> dex/farm-with-locked-rewards/src/lib.rs:195:19
|
195 | caller.clone(),
| ^^^^^^^^ help: remove this
|
note: this value is dropped without further use
--> dex/farm-with-locked-rewards/src/lib.rs:195:13
|
195 | caller.clone(),
| ^^^^^^
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_clone
|
[clippy] dex/farm-with-locked-rewards/src/lib.rs#L196:
dex/farm-with-locked-rewards/src/lib.rs#L196
warning: redundant clone
--> dex/farm-with-locked-rewards/src/lib.rs:196:24
|
196 | orig_caller.clone(),
| ^^^^^^^^ help: remove this
|
note: this value is dropped without further use
--> dex/farm-with-locked-rewards/src/lib.rs:196:13
|
196 | orig_caller.clone(),
| ^^^^^^^^^^^
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_clone
|
[clippy] dex/farm-with-locked-rewards/src/lib.rs#L195:
dex/farm-with-locked-rewards/src/lib.rs#L195
warning: redundant clone
--> dex/farm-with-locked-rewards/src/lib.rs:195:19
|
195 | caller.clone(),
| ^^^^^^^^ help: remove this
|
note: this value is dropped without further use
--> dex/farm-with-locked-rewards/src/lib.rs:195:13
|
195 | caller.clone(),
| ^^^^^^
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_clone
|
[clippy] dex/farm-with-locked-rewards/src/lib.rs#L196:
dex/farm-with-locked-rewards/src/lib.rs#L196
warning: redundant clone
--> dex/farm-with-locked-rewards/src/lib.rs:196:24
|
196 | orig_caller.clone(),
| ^^^^^^^^ help: remove this
|
note: this value is dropped without further use
--> dex/farm-with-locked-rewards/src/lib.rs:196:13
|
196 | orig_caller.clone(),
| ^^^^^^^^^^^
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_clone
|