Bump version to v0.1.3 #12
Annotations
2 errors and 7 warnings
backticks are unbalanced:
src/lib.rs#L206
error: backticks are unbalanced
--> src/lib.rs:206:9
|
206 | /// Create a permutation from a permutation of a smaller or equal number of elements
| _________^
207 | | /// This will permute the first `M` elements and leave the other untouched
208 | | /// Panics if `M`` > `ELEMENTS`
| |___________________________________^
|
= help: a backtick may be missing a pair
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_markdown
= note: `#[deny(clippy::doc_markdown)]` implied by `#[deny(warnings)]`
|
empty line after doc comment:
src/solver.rs#L3
error: empty line after doc comment
--> src/solver.rs:3:1
|
3 | / /// Can be used to solve a permutation, finding the the shortest combination of a fixed set of permutations that leads to it
4 | |
| |_
5 | pub struct SolveContext<I: Inner, const ELEMENTS: usize> {
| -------------------------------------------------------- the comment documents this struct
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
note: the lint level is defined here
--> src/lib.rs:4:9
|
4 | #![deny(warnings, dead_code, unused_imports, unused_mut)]
| ^^^^^^^^
= note: `#[deny(clippy::empty_line_after_doc_comments)]` implied by `#[deny(warnings)]`
= help: if the empty line is unintentional remove it
|
publish
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
publish
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/
|
publish
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/
|
publish
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/
|
publish
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/
|
publish
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/
|
publish
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/
|