refactor: removed unnecessary use of std::sync::Arc #49
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
|