mirror of
https://github.com/NotAShelf/microfetch.git
synced 2025-10-03 04:03:27 +00:00
80 chars is good. Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I6a6a696460754266ff5810a73f98ce9e6eb0c35b
This commit is contained in:
parent
14d8f9390d
commit
9d8905354e
1 changed files with 3 additions and 4 deletions
|
@ -33,10 +33,9 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
|
|||
Ok(())
|
||||
}
|
||||
|
||||
// Struct to hold all the fields we need to print
|
||||
// helps avoid clippy warnings about argument count
|
||||
// and makes it easier to pass around, though its
|
||||
// not like we need to
|
||||
// Struct to hold all the fields we need in order to print the fetch. This
|
||||
// helps avoid Clippy warnings about argument count, and makes it slightly
|
||||
// easier to pass data around. Though, it is not like we really need to.
|
||||
struct Fields {
|
||||
user_info: String,
|
||||
os_name: String,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue