mirror of
https://github.com/NotAShelf/microfetch.git
synced 2025-10-03 12:13:28 +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(())
|
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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue