Skip to content

refactor: removed unnecessary use of std::sync::Arc #49

refactor: removed unnecessary use of std::sync::Arc

refactor: removed unnecessary use of std::sync::Arc #49

Triggered via push January 7, 2024 07:59
Status Success
Total duration 1m 20s
Artifacts

test.yml

on: push
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

9 warnings
test (ubuntu-latest, stable)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test (ubuntu-latest, stable): src/app/retry.rs#L79
call to `.clone()` on a reference in this situation does nothing
test (ubuntu-latest, stable): src/app/supervise.rs#L74
call to `.clone()` on a reference in this situation does nothing
test (macOS-latest, stable)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test (macOS-latest, stable): src/app/retry.rs#L79
call to `.clone()` on a reference in this situation does nothing
test (macOS-latest, stable): src/app/supervise.rs#L74
call to `.clone()` on a reference in this situation does nothing
test (windows-latest, stable)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test (windows-latest, stable): src/app/retry.rs#L79
call to `.clone()` on a reference in this situation does nothing
test (windows-latest, stable): src/app/supervise.rs#L74
call to `.clone()` on a reference in this situation does nothing