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

refactor: clean up traits mess #191

refactor: clean up traits mess

refactor: clean up traits mess #191

Triggered via push January 23, 2024 14:12
Status Success
Total duration 57s
Artifacts

clippy.yml

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

Annotations

2 warnings
module has the same name as its containing module: src/screens/input/mod.rs#L1
warning: module has the same name as its containing module --> src/screens/input/mod.rs:1:1 | 1 | pub mod input; | ^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#module_inception = note: `#[warn(clippy::module_inception)]` on by default
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/