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

feat: fix clunky input, make inline input menu #213

feat: fix clunky input, make inline input menu

feat: fix clunky input, make inline input menu #213

Triggered via push April 1, 2024 02:21
Status Success
Total duration 54s
Artifacts

clippy.yml

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

Annotations

3 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
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/