Skip to content

chore: update docker image #5767

chore: update docker image

chore: update docker image #5767

GitHub Actions / clippy failed Dec 9, 2024 in 0s

clippy

1 error

Details

Results

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

Versions

  • rustc 1.83.0 (90b35a623 2024-11-26)
  • cargo 1.83.0 (5ffbef321 2024-10-29)
  • clippy 0.1.83 (90b35a6 2024-11-26)

Annotations

Check failure on line 38 in partial_struct/src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

doc list item without indentation

error: doc list item without indentation
  --> partial_struct/src/lib.rs:38:5
   |
38 | //! struct will be wrapped in an extra `Option` like `Option<Option<T>>`
   |     ^
   |
   = 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
   |
38 | //!   struct will be wrapped in an extra `Option` like `Option<Option<T>>`
   |     ++