chore: add update to clientbuilder doc #208
Annotations
2 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
cargo clippy:
src/lib.rs#L171
[clippy] reported by reviewdog 🐶
warning: doc list item without indentation
--> src/lib.rs:171:5
|
171 | /// To run multiple webdriver instances use [chromedriver](https://developer.chrome.com/docs/chromedriver/downloads)
| ^
|
= 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
|
171 | /// To run multiple webdriver instances use [chromedriver](https://developer.chrome.com/docs/chromedriver/downloads)
| ++
Raw Output:
src/lib.rs:171:5:w:warning: doc list item without indentation
--> src/lib.rs:171:5
|
171 | /// To run multiple webdriver instances use [chromedriver](https://developer.chrome.com/docs/chromedriver/downloads)
| ^
|
= 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
|
171 | /// To run multiple webdriver instances use [chromedriver](https://developer.chrome.com/docs/chromedriver/downloads)
| ++
__END__
|
Loading