ci: add step names #3
deploy-staging.yml
on: push
Annotations
5 errors
fields `slot` and `parent_root` are never read:
src/clients/beacon/types.rs#L39
error: fields `slot` and `parent_root` are never read
--> src/clients/beacon/types.rs:39:9
|
37 | pub struct BlockMessage {
| ------------ fields in this struct
38 | #[serde(deserialize_with = "deserialize_number")]
39 | pub slot: u32,
| ^^^^
40 | pub body: BlockBody,
41 | pub parent_root: H256,
| ^^^^^^^^^^^
|
= note: `BlockMessage` has a derived impl for the trait `Debug`, 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)]`
|
field `index` is never read:
src/clients/beacon/types.rs#L56
error: field `index` is never read
--> src/clients/beacon/types.rs:56:9
|
55 | pub struct Blob {
| ---- field in this struct
56 | pub index: String,
| ^^^^^
|
= note: `Blob` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
|
field `new_head_block` is never read:
src/clients/beacon/types.rs#L92
error: field `new_head_block` is never read
--> src/clients/beacon/types.rs:92:9
|
90 | pub struct ChainReorgEventData {
| ------------------- field in this struct
91 | pub old_head_block: H256,
92 | pub new_head_block: H256,
| ^^^^^^^^^^^^^^
|
= note: `ChainReorgEventData` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
|
fields `root` and `slot` are never read:
src/slots_processor/mod.rs#L26
error: fields `root` and `slot` are never read
--> src/slots_processor/mod.rs:26:9
|
25 | pub struct BlockData {
| --------- fields in this struct
26 | pub root: H256,
| ^^^^
27 | pub slot: u32,
| ^^^^
|
= note: `BlockData` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
|
lint
Clippy has exited with exit code 101
|