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

Fix month sorting

Fix month sorting #119

Triggered via push November 11, 2023 19:16
Status Success
Total duration 1m 17s
Artifacts

scheduled.yml

on: push
ubuntu / nightly
1m 7s
ubuntu / nightly
ubuntu / beta / updated
8s
ubuntu / beta / updated
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
the borrowed expression implements the required traits: src/bin/api.rs#L372
warning: the borrowed expression implements the required traits --> src/bin/api.rs:372:19 | 372 | .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
the borrowed expression implements the required traits: src/bin/api.rs#L372
warning: the borrowed expression implements the required traits --> src/bin/api.rs:372:19 | 372 | .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