Merge pull request #27 #9
cicd.yml
on: push
Extract crate metadata
7s
Matrix: Run tests and checks
Matrix: Build release binaries
Create GitHub release
0s
Annotations
2 warnings
first doc comment paragraph is too long:
target/debug/build/nerdfix-520c9caec836d782/out/shadow.rs#L455
warning: first doc comment paragraph is too long
--> /home/runner/work/nerdfix/nerdfix/target/debug/build/nerdfix-520c9caec836d782/out/shadow.rs:455:1
|
455 | / /// A long version string describing the project.
456 | | /// The version string contains the package version, branch, commit hash, build time, and build environment on separate lines.
457 | | /// This constant is suitable for printing to the user.
| |_
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#too_long_first_doc_paragraph
= note: `#[warn(clippy::too_long_first_doc_paragraph)]` on by default
help: add an empty line
|
455 ~ /// A long version string describing the project.
456 + ///
|
|
first doc comment paragraph is too long:
target/debug/build/nerdfix-520c9caec836d782/out/shadow.rs#L477
warning: first doc comment paragraph is too long
--> /home/runner/work/nerdfix/nerdfix/target/debug/build/nerdfix-520c9caec836d782/out/shadow.rs:477:1
|
477 | / /// A long version string describing the project.
478 | | /// The version string contains the package version, branch, commit hash, build time, and build environment on separate lines.
479 | | /// This constant is intended to be used by clap or other CLI tools as a long version string.
| |_
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#too_long_first_doc_paragraph
help: add an empty line
|
477 ~ /// A long version string describing the project.
478 + ///
|
|