layout switching and mesh density pruning #109
Annotations
15 warnings
|
Complete job
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions-rs/cargo@v1, actions-rs/toolchain@v1, actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Run actions-rs/cargo@v1
`solitaire-solver` (lib) generated 9 warnings (run `cargo clippy --fix --lib -p solitaire-solver -- ` to apply 7 suggestions)
|
|
Run actions-rs/cargo@v1:
solitaire-solver/src/unique_solutions.rs#L161
use of `or_insert` to construct default value
|
|
Run actions-rs/cargo@v1:
solitaire-solver/src/unique_solutions.rs#L148
the loop variable `i` is only used to index `boards`
|
|
Run actions-rs/cargo@v1:
solitaire-solver/src/unique_solutions.rs#L131
using `clone` on type `Move` which implements the `Copy` trait
|
|
Run actions-rs/cargo@v1:
solitaire-solver/src/unique_solutions.rs#L63
using `clone` on type `Board` which implements the `Copy` trait
|
|
Run actions-rs/cargo@v1:
solitaire-solver/src/solution.rs#L139
this expression creates a reference which is immediately dereferenced by the compiler
|
|
Run actions-rs/cargo@v1:
solitaire-solver/src/solution.rs#L130
this `repeat().take()` can be written more concisely
|
|
Run actions-rs/cargo@v1:
solitaire-solver/src/par.rs#L54
redundant closure
|
|
Run actions-rs/cargo@v1:
solitaire-solver/src/par.rs#L39
redundant closure
|
|
Run actions-rs/cargo@v1:
solitaire-solver/src/unique_solutions.rs#L8
empty line after doc comment
|
|
Run actions-rs/toolchain@v1
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/
|
|
Run actions-rs/toolchain@v1
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/
|
|
Run actions-rs/toolchain@v1
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/
|
|
Run actions-rs/toolchain@v1
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/
|
background
wait
wait-all
cancel
parallel
Loading