Skip to content

improve color

improve color #7

Triggered via push April 12, 2024 18:35
Status Success
Total duration 1m 35s
Billable time 2m
Artifacts

clippy.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
variable does not need to be mutable: src/main.rs#L174
warning: variable does not need to be mutable --> src/main.rs:174:41 | 174 | ... let mut cell = log_row | ----^^^^ | | | help: remove this `mut` | = note: `#[warn(unused_mut)]` on by default
unused imports: `FontDefinitions`, `FontFamily`: src/main.rs#L13
warning: unused imports: `FontDefinitions`, `FontFamily` --> src/main.rs:13:26 | 13 | use eframe::egui::{self, FontDefinitions, FontFamily, Id, Label, LayerId, Layout, RichText, Ui}; | ^^^^^^^^^^^^^^^ ^^^^^^^^^^ | = note: `#[warn(unused_imports)]` 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/