Change default RPC to Arbitrum Sepolia #162
Annotations
1 error and 6 warnings
type annotations needed for `Box<_>`:
/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.31/src/format_description/parse/mod.rs#L83
error[E0282]: type annotations needed for `Box<_>`
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.31/src/format_description/parse/mod.rs:83:9
|
83 | let items = format_items
| ^^^^^
...
86 | Ok(items.into())
| ---- type must be known at this point
|
help: consider giving `items` an explicit type, where the placeholders `_` are specified
|
83 | let items: Box<_> = format_items
| ++++++++
|
field `rebuild` is never read:
check/src/project.rs#L24
warning: field `rebuild` is never read
--> check/src/project.rs:24:9
|
21 | pub struct BuildConfig {
| ----------- field in this struct
...
24 | pub rebuild: bool,
| ^^^^^^^
|
= note: `#[warn(dead_code)]` on by default
|
field `status` is never read:
replay/src/trace.rs#L408
warning: field `status` is never read
--> replay/src/trace.rs:408:9
|
407 | UserReturned {
| ------------ field in this variant
408 | status: u32,
| ^^^^^^
|
field `args_len` is never read:
replay/src/trace.rs#L405
warning: field `args_len` is never read
--> replay/src/trace.rs:405:9
|
404 | UserEntrypoint {
| -------------- field in this variant
405 | args_len: u32,
| ^^^^^^^^
|
field `receipt` is never read:
replay/src/trace.rs#L23
warning: field `receipt` is never read
--> replay/src/trace.rs:23:9
|
21 | pub struct Trace {
| ----- field in this struct
22 | pub top_frame: TraceFrame,
23 | 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
|
(x86_64-unknown-linux-gnu, nightly)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
(x86_64-unknown-linux-gnu, stable)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|