Skip to content

chore: add rust-analyzer to nix shell #7

chore: add rust-analyzer to nix shell

chore: add rust-analyzer to nix shell #7

Triggered via push October 2, 2024 12:26
Status Success
Total duration 3m 7s
Artifacts

cicd.yml

on: push
Extract crate metadata
10s
Extract crate metadata
Matrix: Run tests and checks
Matrix: Build release binaries
Create GitHub release
0s
Create GitHub release
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
first doc comment paragraph is too long: target/debug/build/nerdfix-520c9caec836d782/out/shadow.rs#L454
warning: first doc comment paragraph is too long --> /home/runner/work/nerdfix/nerdfix/target/debug/build/nerdfix-520c9caec836d782/out/shadow.rs:454:1 | 454 | / /// A long version string describing the project. 455 | | /// The version string contains the package version, branch, commit hash, build time, and build environment on separate lines. 456 | | /// 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 | 454 ~ /// A long version string describing the project. 455 + /// |
first doc comment paragraph is too long: target/debug/build/nerdfix-520c9caec836d782/out/shadow.rs#L476
warning: first doc comment paragraph is too long --> /home/runner/work/nerdfix/nerdfix/target/debug/build/nerdfix-520c9caec836d782/out/shadow.rs:476:1 | 476 | / /// A long version string describing the project. 477 | | /// The version string contains the package version, branch, commit hash, build time, and build environment on separate lines. 478 | | /// 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 | 476 ~ /// A long version string describing the project. 477 + /// |