Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bridge/metrics polishing #2490

Merged
merged 22 commits into from
Nov 8, 2024

chore: cargo fmt --all

19be557
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Bridge/metrics polishing #2490

chore: cargo fmt --all
19be557
Select commit
Loading
Failed to load commit list.
GitHub Actions / clippy failed Nov 8, 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.82.0 (f6e511eec 2024-10-15)
  • cargo 1.82.0 (8f40fc59f 2024-08-21)
  • clippy 0.1.82 (f6e511e 2024-10-15)

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>>`
   |     ++