Improved consistency check + docs #361
Annotations
18 warnings
using `clone` on type `Uint<256, 4>` which implements the `Copy` trait:
src/bin/utils.rs#L372
warning: using `clone` on type `Uint<256, 4>` which implements the `Copy` trait
--> src/bin/utils.rs:372:52
|
372 | failures.lock().await.push(identity.clone());
| ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `identity`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
|
using `clone` on type `Uint<256, 4>` which implements the `Copy` trait:
src/bin/utils.rs#L367
warning: using `clone` on type `Uint<256, 4>` which implements the `Copy` trait
--> src/bin/utils.rs:367:62
|
367 | missing_identities.lock().await.push(identity.clone());
| ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `identity`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
|
using `clone` on type `Uint<256, 4>` which implements the `Copy` trait:
src/bin/utils.rs#L359
warning: using `clone` on type `Uint<256, 4>` which implements the `Copy` trait
--> src/bin/utils.rs:359:60
|
359 | ... failures.lock().await.push(identity.clone());
| ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `identity`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
= note: `#[warn(clippy::clone_on_copy)]` on by default
|
using `clone` on type `Uint<256, 4>` which implements the `Copy` trait:
src/bin/utils.rs#L372
warning: using `clone` on type `Uint<256, 4>` which implements the `Copy` trait
--> src/bin/utils.rs:372:52
|
372 | failures.lock().await.push(identity.clone());
| ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `identity`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
|
using `clone` on type `Uint<256, 4>` which implements the `Copy` trait:
src/bin/utils.rs#L367
warning: using `clone` on type `Uint<256, 4>` which implements the `Copy` trait
--> src/bin/utils.rs:367:62
|
367 | missing_identities.lock().await.push(identity.clone());
| ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `identity`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
|
using `clone` on type `Uint<256, 4>` which implements the `Copy` trait:
src/bin/utils.rs#L359
warning: using `clone` on type `Uint<256, 4>` which implements the `Copy` trait
--> src/bin/utils.rs:359:60
|
359 | ... failures.lock().await.push(identity.clone());
| ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `identity`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
= note: `#[warn(clippy::clone_on_copy)]` on by default
|
Lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/toolchain@v1, actions/cache@v3, actions-rs/cargo@v1, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Lint
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Lint
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Lint
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Lint
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@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
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/toolchain@v1, actions/cache@v3, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|