Skip to content

Deferred calls

Deferred calls #191

Triggered via pull request October 2, 2024 16:01
Status Success
Total duration 39s
Artifacts

link-check.yml

on: pull_request
markdown-link-check
29s
markdown-link-check
Fit to window
Zoom out
Zoom in

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/