ufetch
ufetch copied to clipboard
System fetch tool written in Rust
Results
1
ufetch issues
Sort by
recently updated
recently updated
newest added
clippy tips: ``` warning: unneeded `return` statement --> src/modules/kernel.rs:14:17 | 14 | return Ok(kernel_version); | ^^^^^^^^^^^^^^^^^^^^^^^^^ | = 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...