Skip to content

chore(deps): update rust crate prodash to v29 #77

chore(deps): update rust crate prodash to v29

chore(deps): update rust crate prodash to v29 #77

GitHub Actions / clippy succeeded Jul 30, 2024 in 1s

reviewdog [clippy] report

reported by reviewdog 🐶

Findings (0)
Filtered Findings (2)

crates/ancestors-tui/src/kx_tui/component.rs|34 col 9| warning: doc list item without indentation
--> crates/ancestors-tui/src/kx_tui/component.rs:34:9
|
34 | /// Register a configuration handler that provides configuration settings if necessary.
| ^
|
= help: if this is intended to be part of the list, indent 2 spaces
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
= note: #[warn(clippy::doc_lazy_continuation)] on by default
help: if this should be its own paragraph, add a blank doc comment line
|
29 ~ /// * Result<()> - An Ok result or an error.
30 + ///
|
crates/ancestors-tui/src/kx_tui/component.rs|47 col 9| warning: doc list item without indentation
--> crates/ancestors-tui/src/kx_tui/component.rs:47:9
|
47 | /// Initialize the component with a specified area if necessary.
| ^
|
= help: if this is intended to be part of the list, indent 2 spaces
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
help: if this should be its own paragraph, add a blank doc comment line
|
42 ~ /// * Result<()> - An Ok result or an error.
43 + ///
|