expand comment strings
Some checks failed
Rust / build (push) Has been cancelled

80 chars is good.

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I6a6a696460754266ff5810a73f98ce9e6eb0c35b
This commit is contained in:
raf 2025-08-04 21:03:48 +03:00
commit 9d8905354e
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF

View file

@ -33,10 +33,9 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
Ok(()) Ok(())
} }
// Struct to hold all the fields we need to print // Struct to hold all the fields we need in order to print the fetch. This
// helps avoid clippy warnings about argument count // helps avoid Clippy warnings about argument count, and makes it slightly
// and makes it easier to pass around, though its // easier to pass data around. Though, it is not like we really need to.
// not like we need to
struct Fields { struct Fields {
user_info: String, user_info: String,
os_name: String, os_name: String,