Skip to content

lib: move Rayon wrappers to lib crate #1695

lib: move Rayon wrappers to lib crate

lib: move Rayon wrappers to lib crate #1695

Triggered via pull request August 25, 2024 19:03
@mina86mina86
synchronize #380
mpn/b
Status Failure
Total duration 20m 30s
Artifacts

master.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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/