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

Update README.md

Update README.md #175

Triggered via push November 26, 2023 02:27
Status Success
Total duration 45s
Artifacts

clippy.yml

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

Annotations

4 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
function `setup` is never used: src/request/wget.rs#L146
warning: function `setup` is never used --> src/request/wget.rs:146:8 | 146 | fn setup() -> ServerGuard { | ^^^^^ | = note: `#[warn(dead_code)]` on by default
unused import: `super::*`: src/request/wget.rs#L143
warning: unused import: `super::*` --> src/request/wget.rs:143:9 | 143 | use super::*; | ^^^^^^^^ | = note: `#[warn(unused_imports)]` 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/