Skip to content

Update README

Update README #7

GitHub Actions / clippy failed Aug 3, 2024 in 0s

reviewdog [clippy] report

reported by reviewdog 🐶

Findings (3)

crates/service/src/server.rs|113 col 9| warning: doc list item missing 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 missing 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 missing 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

See this annotation in the file changed.

@github-actions github-actions / clippy

[clippy] crates/service/src/server.rs#L113

warning: doc list item missing 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 missing 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

See this annotation in the file changed.

@github-actions github-actions / clippy

[clippy] crates/service/src/server.rs#L115

warning: doc list item missing 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 missing 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

See this annotation in the file changed.

@github-actions github-actions / clippy

[clippy] crates/service/src/server.rs#L117

warning: doc list item missing 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 missing 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__