Fix Expected Program Address Bug #129
check.yml
on: pull_request
stable / fmt
16s
Matrix: clippy
Annotations
10 warnings
stable / fmt
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
stable / fmt
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
stable / fmt
`/home/runner/work/cargo-stylus/cargo-stylus/.cargo/config` is deprecated in favor of `config.toml`
|
stable / clippy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions-rs/clippy-check@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
stable / clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
field `status` is never read:
replay/src/trace.rs#L384
warning: field `status` is never read
--> replay/src/trace.rs:384:9
|
383 | UserReturned {
| ------------ field in this variant
384 | status: u32,
| ^^^^^^
|
field `args_len` is never read:
replay/src/trace.rs#L381
warning: field `args_len` is never read
--> replay/src/trace.rs:381:9
|
380 | UserEntrypoint {
| -------------- field in this variant
381 | args_len: u32,
| ^^^^^^^^
|
field `receipt` is never read:
replay/src/trace.rs#L22
warning: field `receipt` is never read
--> replay/src/trace.rs:22:9
|
20 | pub struct Trace {
| ----- field in this struct
21 | pub top_frame: TraceFrame,
22 | pub receipt: TransactionReceipt,
| ^^^^^^^
|
= note: `Trace` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
= note: `#[warn(dead_code)]` on by default
|
beta / clippy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions-rs/clippy-check@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
beta / clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|