Skip to content

Convert to a monorepo #675

Convert to a monorepo

Convert to a monorepo #675

GitHub Actions / clippy failed Feb 14, 2025 in 0s

clippy

2 errors

Details

Results

Message level Amount
Internal compiler error 0
Error 2
Warning 0
Note 0
Help 0

Versions

  • rustc 1.86.0-nightly (a567209da 2025-02-13)
  • cargo 1.86.0-nightly (2928e3273 2025-02-07)
  • clippy 0.1.86 (a567209daa 2025-02-13)

Annotations

Check failure on line 88 in crates/psqs/src/program/dftbplus.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

empty line after doc comment

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 |     ///
   |

Check failure on line 88 in crates/psqs/src/program/dftbplus.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

empty line after doc comment

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 |     ///
   |