ci: read docker image tag from .env #13
deploy-staging.yml
on: push
Annotations
6 warnings
field `root` is never read:
src/clients/beacon/types.rs#L68
warning: field `root` is never read
--> src/clients/beacon/types.rs:68:9
|
67 | pub struct BlockHeader {
| ----------- field in this struct
68 | pub root: H256,
| ^^^^
|
= note: `BlockHeader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
= note: `#[warn(dead_code)]` on by default
|
field `block` is never read:
src/clients/beacon/types.rs#L96
warning: field `block` is never read
--> src/clients/beacon/types.rs:96:9
|
93 | pub struct HeadEventData {
| ------------- field in this struct
...
96 | pub block: H256,
| ^^^^^
|
= note: `HeadEventData` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
|
Run tests:
src/clients/beacon/types.rs#L68
field `root` is never read
|
Run tests:
src/clients/beacon/types.rs#L96
field `block` is never read
|
Run tests:
src/clients/beacon/types.rs#L68
field `root` is never read
|
Run tests:
src/clients/beacon/types.rs#L96
field `block` is never read
|