Merge pull request #16 from jplatte/ci-cache #152
reviewdog [clippy] report
reported by reviewdog 🐶
Findings (3)
crates/service/src/server.rs|113 col 9| warning: doc list item without indentation
--> crates/service/src/server.rs:113:9
|
113 | /// it's credentials can authenticate and hit all admin endpoints.
| ^
|
= 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
|
113 | /// it's credentials can authenticate and hit all admin endpoints.
| ++
crates/service/src/server.rs|115 col 9| warning: doc list item without indentation
--> crates/service/src/server.rs:115:9
|
115 | /// is used.
| ^
|
= 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
|
115 | /// is used.
| ++
crates/service/src/server.rs|117 col 9| warning: doc list item without indentation
--> crates/service/src/server.rs:117:9
|
117 | /// and any custom service added via [Server::add_service
].
| ^
|
= 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
|
117 | /// and any custom service added via [Server::add_service
].
| ++
Filtered Findings (0)
Annotations
Check warning on line 113 in crates/service/src/server.rs
github-actions / clippy
[clippy] crates/service/src/server.rs#L113
warning: doc list item without indentation
--> crates/service/src/server.rs:113:9
|
113 | /// it's credentials can authenticate and hit all admin endpoints.
| ^
|
= 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
|
113 | /// it's credentials can authenticate and hit all admin endpoints.
| ++
Raw output
crates/service/src/server.rs:113:9:w:warning: doc list item without indentation
--> crates/service/src/server.rs:113:9
|
113 | /// it's credentials can authenticate and hit all admin endpoints.
| ^
|
= 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
|
113 | /// it's credentials can authenticate and hit all admin endpoints.
| ++
__END__
Check warning on line 115 in crates/service/src/server.rs
github-actions / clippy
[clippy] crates/service/src/server.rs#L115
warning: doc list item without indentation
--> crates/service/src/server.rs:115:9
|
115 | /// is used.
| ^
|
= 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
|
115 | /// is used.
| ++
Raw output
crates/service/src/server.rs:115:9:w:warning: doc list item without indentation
--> crates/service/src/server.rs:115:9
|
115 | /// is used.
| ^
|
= 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
|
115 | /// is used.
| ++
__END__
Check warning on line 117 in crates/service/src/server.rs
github-actions / clippy
[clippy] crates/service/src/server.rs#L117
warning: doc list item without indentation
--> crates/service/src/server.rs:117:9
|
117 | /// and any custom service added via [`Server::add_service`].
| ^
|
= 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
|
117 | /// and any custom service added via [`Server::add_service`].
| ++
Raw output
crates/service/src/server.rs:117:9:w:warning: doc list item without indentation
--> crates/service/src/server.rs:117:9
|
117 | /// and any custom service added via [`Server::add_service`].
| ^
|
= 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
|
117 | /// and any custom service added via [`Server::add_service`].
| ++
__END__