On chain claim #109
on_pull_request_build_contracts.yml
on: pull_request
build
/
build
3m 20s
Annotations
6 warnings
[clippy] contracts/on-chain-claim/src/contract.rs#L119:
contracts/on-chain-claim/src/contract.rs#L119
warning: redundant field names in struct initialization
--> contracts/on-chain-claim/src/contract.rs:119:17
|
119 | current_streak: current_streak,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `current_streak`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names
= note: `#[warn(clippy::redundant_field_names)]` on by default
|
[clippy] contracts/on-chain-claim/src/contract.rs#L120:
contracts/on-chain-claim/src/contract.rs#L120
warning: redundant field names in struct initialization
--> contracts/on-chain-claim/src/contract.rs:120:17
|
120 | last_epoch_claimed: last_epoch_claimed,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `last_epoch_claimed`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names
|
[clippy] contracts/on-chain-claim/src/contract.rs#L121:
contracts/on-chain-claim/src/contract.rs#L121
warning: redundant field names in struct initialization
--> contracts/on-chain-claim/src/contract.rs:121:17
|
121 | total_epochs_claimed: total_epochs_claimed,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `total_epochs_claimed`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names
|
[clippy] contracts/on-chain-claim/src/contract.rs#L119:
contracts/on-chain-claim/src/contract.rs#L119
warning: redundant field names in struct initialization
--> contracts/on-chain-claim/src/contract.rs:119:17
|
119 | current_streak: current_streak,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `current_streak`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names
= note: `#[warn(clippy::redundant_field_names)]` on by default
|
[clippy] contracts/on-chain-claim/src/contract.rs#L120:
contracts/on-chain-claim/src/contract.rs#L120
warning: redundant field names in struct initialization
--> contracts/on-chain-claim/src/contract.rs:120:17
|
120 | last_epoch_claimed: last_epoch_claimed,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `last_epoch_claimed`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names
|
[clippy] contracts/on-chain-claim/src/contract.rs#L121:
contracts/on-chain-claim/src/contract.rs#L121
warning: redundant field names in struct initialization
--> contracts/on-chain-claim/src/contract.rs:121:17
|
121 | total_epochs_claimed: total_epochs_claimed,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `total_epochs_claimed`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
build-output
Expired
|
2.72 MB |
|