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

Working hover display for years #51

Working hover display for years

Working hover display for years #51

Triggered via push November 12, 2023 19:53
Status Success
Total duration 2m 42s
Artifacts

safety.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
the borrowed expression implements the required traits: src/bin/api.rs#L570
warning: the borrowed expression implements the required traits --> src/bin/api.rs:570:19 | 570 | .bind(&(year - OFFSET)) | ^^^^^^^^^^^^^^^^ help: change this to: `(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
the borrowed expression implements the required traits: src/bin/api.rs#L570
warning: the borrowed expression implements the required traits --> src/bin/api.rs:570:19 | 570 | .bind(&(year - OFFSET)) | ^^^^^^^^^^^^^^^^ help: change this to: `(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