Deferred calls #191
link-check.yml
on: pull_request
markdown-link-check
29s
Annotations
1 error and 2 warnings
using `clone` on type `DeferredCallsConfig` which implements the `Copy` trait:
massa-execution-worker/src/speculative_deferred_calls.rs#L597
error: using `clone` on type `DeferredCallsConfig` which implements the `Copy` trait
--> massa-execution-worker/src/speculative_deferred_calls.rs:597:13
|
597 | config.clone(),
| ^^^^^^^^^^^^^^ help: try removing the `clone` call: `config`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
= note: `-D clippy::clone-on-copy` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::clone_on_copy)]`
|
markdown-link-check
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
markdown-link-check
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|