lib: move Rayon wrappers to lib crate #1695
master.yml
on: pull_request
Miscellaneous checks
2m 45s
Anchor Test
20m 20s
Rust tests
18s
Annotations
3 errors and 2 warnings
Rust tests
Process completed with exit code 101.
|
unused import: `ParallelIterator`:
common/lib/src/par.rs#L2
error: unused import: `ParallelIterator`
--> common/lib/src/par.rs:2:22
|
2 | use rayon::prelude::{ParallelIterator, ParallelSlice, ParallelSliceMut};
| ^^^^^^^^^^^^^^^^
|
= note: `-D unused-imports` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(unused_imports)]`
|
Miscellaneous checks
Clippy had exited with the 101 exit code
|
Miscellaneous checks
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
|
Miscellaneous checks
The following actions use a deprecated Node.js version and will be forced to run on node20: 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/
|