Skip to content

chore(deps): update rust crate tui-input to 0.11.0 #81

chore(deps): update rust crate tui-input to 0.11.0

chore(deps): update rust crate tui-input to 0.11.0 #81

GitHub Actions / clippy succeeded Aug 11, 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 missing 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 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: #[warn(clippy::doc_lazy_continuation)] on by default
help: indent this line
|
34 | /// Register a configuration handler that provides configuration settings if necessary.
| ++
crates/ancestors-tui/src/kx_tui/component.rs|47 col 9| warning: doc list item missing 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 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
help: indent this line
|
47 | /// Initialize the component with a specified area if necessary.
| ++