Integration tests #2
GitHub Actions / clippy
failed
Oct 16, 2024 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.81.0 (eeb90cda1 2024-09-04)
- cargo 1.81.0 (2dbb1af80 2024-08-20)
- clippy 0.1.81 (eeb90cd 2024-09-04)
Annotations
Check failure on line 33 in crates/shared/src/testing/generation.rs
github-actions / clippy
doc list item without indentation
error: doc list item without indentation
--> crates/shared/src/testing/generation.rs:33:5
|
33 | /// private mempool API.
| ^
|
= 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
|
33 | /// private mempool API.
| ++
Check failure on line 33 in crates/shared/src/testing/generation.rs
github-actions / clippy
doc list item without indentation
error: doc list item without indentation
--> crates/shared/src/testing/generation.rs:33:5
|
33 | /// private mempool API.
| ^
|
= 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
|
33 | /// private mempool API.
| ++
Loading