Skip to content

WIP: Neighbour keys #58

WIP: Neighbour keys

WIP: Neighbour keys #58

Triggered via push October 1, 2024 11:32
Status Failure
Total duration 1m 6s
Artifacts

style-checks.yml

on: push
Matrix: Rust style checks
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 1 warning
Rust style checks (--features "strict"): src/octree/parallel.rs#L16
unused import: `Equivalence`
Rust style checks (--features "strict"): src/octree/parallel.rs#L763
this `if` statement can be collapsed
Rust style checks (--features "strict"): src/octree.rs#L5
unused import: `Equivalence`
Rust style checks (--features "strict"): src/octree.rs#L156
unused variable: `rank`
Rust style checks (--features "strict"): src/octree.rs#L234
unused variable: `arr`
Rust style checks (--features "strict"): src/octree.rs#L234
unused variable: `counts`
Rust style checks (--features "strict"): src/octree.rs#L160
variable does not need to be mutable
Rust style checks (--features "strict"): src/octree/parallel.rs#L187
this expression creates a reference which is immediately dereferenced by the compiler
Rust style checks (--features "strict"): src/octree/parallel.rs#L195
casting integer literal to `usize` is unnecessary
Rust style checks
The job was canceled because "_--features__strict_" failed.
Rust style checks (--features "strict")
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/