Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Add validation

Add validation #33

Triggered via push November 7, 2023 18:52
Status Failure
Total duration 8m 43s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

check.yml

on: push
stable / fmt
8s
stable / fmt
nightly / doc
1m 12s
nightly / doc
ubuntu / stable / features
1m 39s
ubuntu / stable / features
Matrix: clippy
Matrix: msrv
Fit to window
Zoom out
Zoom in

Annotations

1 error and 4 warnings
nightly / doc
Process completed with exit code 101.
the borrowed expression implements the required traits: src/bin/api.rs#L232
warning: the borrowed expression implements the required traits --> src/bin/api.rs:232:19 | 232 | .bind(&dbg!(year - OFFSET)) | ^^^^^^^^^^^^^^^^^^^^ help: change this to: `dbg!(year - OFFSET)` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args = note: `#[warn(clippy::needless_borrows_for_generic_args)]` on by default
beta / clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
the borrowed expression implements the required traits: src/bin/api.rs#L232
warning: the borrowed expression implements the required traits --> src/bin/api.rs:232:19 | 232 | .bind(&dbg!(year - OFFSET)) | ^^^^^^^^^^^^^^^^^^^^ help: change this to: `dbg!(year - OFFSET)` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow = note: `#[warn(clippy::needless_borrow)]` on by default
stable / clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/