feat: add version info to bottom right of screen #75
Annotations
1 warning
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
|
|
This job succeeded
Loading