Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

fix: more refactors #238

fix: more refactors

fix: more refactors #238

Triggered via push April 21, 2024 23:58
Status Success
Total duration 49s
Artifacts

clippy.yml

on: push
clippy_check
40s
clippy_check
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
associated function `new_test_db` is never used: src/app.rs#L76
warning: associated function `new_test_db` is never used --> src/app.rs:76:8 | 75 | impl<'a> App<'a> { | ---------------- associated function in this implementation 76 | fn new_test_db() -> Self { | ^^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default
clippy_check
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/clippy-check@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
clippy_check
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/