Skip to content

feat: add version info to bottom right of screen #75

feat: add version info to bottom right of screen

feat: add version info to bottom right of screen #75

Triggered via pull request July 7, 2024 21:08
Status Success
Total duration 1m 21s
Artifacts

check.yml

on: pull_request
check  /  ...  /  fmt
10s
check / stable / fmt
check  /  ...  /  doc
46s
check / nightly / doc
check  /  ...  /  check
50s
check / 1.78.0 / check
Matrix: check / clippy
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
unneeded `return` statement: src/config.rs#L69
warning: unneeded `return` statement --> src/config.rs:69:5 | 69 | return true; | ^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_return = note: `#[warn(clippy::needless_return)]` on by default help: remove `return` | 69 - return true; 69 + true |
unneeded `return` statement: src/config.rs#L69
warning: unneeded `return` statement --> src/config.rs:69:5 | 69 | return true; | ^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_return = note: `#[warn(clippy::needless_return)]` on by default help: remove `return` | 69 - return true; 69 + true |