Skip to content

remove mentions of struct #330

remove mentions of struct

remove mentions of struct #330

GitHub Actions / clippy failed May 24, 2024 in 0s

clippy

3 errors

Details

Results

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

Versions

  • rustc 1.80.0-nightly (867900499 2024-05-23)
  • cargo 1.80.0-nightly (84dc5dc11 2024-05-20)
  • clippy 0.1.80 (8679004 2024-05-23)

Annotations

Check failure on line 15 in scopegraphs/src/completeness/mod.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

doc list item missing indentation

error: doc list item missing indentation
  --> scopegraphs/src/completeness/mod.rs:15:5
   |
15 | //! Running queries can return an error, because scopes relevant to the query weren't closed yet.
   |     ^
   |
   = help: if this is supposed to be its own paragraph, add a blank line
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
help: indent this line
   |
15 | //!   Running queries can return an error, because scopes relevant to the query weren't closed yet.
   |     ++

Check failure on line 14 in scopegraphs/src/completeness/mod.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

doc list item missing indentation

error: doc list item missing indentation
  --> scopegraphs/src/completeness/mod.rs:14:5
   |
14 | //! queries. This is the most suitable choice for type checkers that need to do dynamic scheduling.
   |     ^
   |
   = help: if this is supposed to be its own paragraph, add a blank line
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
help: indent this line
   |
14 | //!   queries. This is the most suitable choice for type checkers that need to do dynamic scheduling.
   |     ++

Check failure on line 12 in scopegraphs/src/completeness/mod.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

doc list item missing indentation

error: doc list item missing indentation
  --> scopegraphs/src/completeness/mod.rs:12:5
   |
12 | //! sequential type checkers.
   |     ^
   |
   = help: if this is supposed to be its own paragraph, add a blank line
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
   = note: `-D clippy::doc-lazy-continuation` implied by `-D warnings`
   = help: to override `-D warnings` add `#[allow(clippy::doc_lazy_continuation)]`
help: indent this line
   |
12 | //!   sequential type checkers.
   |     ++