Convert to a monorepo #675
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
|