Skip to content

Merge pull request #11 from link2xt/link2xt/dlopen2-derive-repository #50

Merge pull request #11 from link2xt/link2xt/dlopen2-derive-repository

Merge pull request #11 from link2xt/link2xt/dlopen2-derive-repository #50

GitHub Actions / clippy failed Jul 24, 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-nightly (8bfcae730 2024-07-23)
  • cargo 1.82.0-nightly (5f6b9a922 2024-07-19)
  • clippy 0.1.81 (8bfcae7 2024-07-23)

Annotations

Check failure on line 26 in dlopen2/src/symbor/library.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

doc list item without indentation

error: doc list item without indentation
  --> dlopen2/src/symbor/library.rs:26:1
   |
26 | pointers (in 99% of cases you should rather use previously mentioned methods).
   | ^
   |
   = 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
   |
26 |   pointers (in 99% of cases you should rather use previously mentioned methods).
   | ++