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

chore(deps): update rust crate scraper to 0.20.0 #32

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

chore(deps): update rust crate scraper to 0.20.0

17d18e3
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

chore(deps): update rust crate scraper to 0.20.0 #32

chore(deps): update rust crate scraper to 0.20.0
17d18e3
Select commit
Loading
Failed to load commit list.
GitHub Actions / clippy succeeded Aug 8, 2024 in 0s

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