Test scheduled job #27
Annotations
4 errors
|
build
The operation was canceled.
|
doc list item missing indentation:
tchatchers_core/src/serializable_token.rs#L23
error: doc list item missing indentation
--> tchatchers_core/src/serializable_token.rs:23:9
|
23 | /// serialized with two differents secrets will result in a different string
| ^
|
= 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
|
23 | /// serialized with two differents secrets will result in a different string
| ++
|
doc list item missing indentation:
tchatchers_core/src/refresh_token.rs#L25
error: doc list item missing indentation
--> tchatchers_core/src/refresh_token.rs:25:5
|
25 | /// It has the following fields:
| ^
|
= 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: `-D clippy::doc-lazy-continuation` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::doc_lazy_continuation)]`
help: indent this line
|
25 | /// It has the following fields:
| ++
|