Skip to content

Convert to a monorepo #675

Convert to a monorepo

Convert to a monorepo #675

Triggered via pull request February 14, 2025 03:31
Status Failure
Total duration 52s
Artifacts

check.yml

on: pull_request
nightly / fmt
10s
nightly / fmt
nightly / doc
40s
nightly / doc
Matrix: clippy
Matrix: install
Fit to window
Zoom out
Zoom in

Annotations

5 errors
install (nightly, ubuntu-latest)
Process completed with exit code 2.
install (nightly, macos-latest)
The job was canceled because "nightly_ubuntu-latest" failed.
empty line after doc comment: crates/psqs/src/program/dftbplus.rs#L87
error: empty line after doc comment --> crates/psqs/src/program/dftbplus.rs:87:5 | 87 | / /// } 88 | | | |_^ 89 | /// ``` 90 | fn write_input(&mut self, proc: Procedure) { | -------------- the comment documents this function | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments = note: `-D clippy::empty-line-after-doc-comments` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::empty_line_after_doc_comments)]` = help: if the empty line is unintentional, remove it help: if the documentation should include the empty line include it in the comment | 88 | /// |
empty line after doc comment: crates/psqs/src/program/dftbplus.rs#L87
error: empty line after doc comment --> crates/psqs/src/program/dftbplus.rs:87:5 | 87 | / /// } 88 | | | |_^ 89 | /// ``` 90 | fn write_input(&mut self, proc: Procedure) { | -------------- the comment documents this function | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments = note: `-D clippy::empty-line-after-doc-comments` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::empty_line_after_doc_comments)]` = help: if the empty line is unintentional, remove it help: if the documentation should include the empty line include it in the comment | 88 | /// |
nightly / clippy
Clippy had exited with the 101 exit code