chore: add update to clientbuilder doc #208
check.yml
on: pull_request
stable / fmt
6s
nightly / doc
40s
ubuntu / stable / features
50s
Matrix: clippy
Matrix: msrv
Annotations
1 error and 8 warnings
stable / fmt
Process completed with exit code 1.
|
stable / fmt
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
stable / clippy
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
stable / 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__
|
beta / clippy
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
beta / 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__
|
ubuntu / 1.70.0
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
nightly / doc
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
ubuntu / stable / features
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|