Skip to content

Cron updates

Cron updates #24

Triggered via pull request August 31, 2024 14:50
Status Success
Total duration 2m 7s
Artifacts

rust.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors
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: | ++