mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-06-01 09:42:41 +00:00
chore(clippy): clean up warnings
This commit is contained in:
parent
4c5ffde2e5
commit
b7144e015d
2 changed files with 4 additions and 4 deletions
|
|
@ -30,7 +30,7 @@ fn construct_payload(region: Region, filters: &Option<SearchFilters>, last_ip: &
|
||||||
// The last fetched ip as a string
|
// The last fetched ip as a string
|
||||||
last_ip.as_bytes(),
|
last_ip.as_bytes(),
|
||||||
// Followed by an ':'
|
// Followed by an ':'
|
||||||
&[b':'],
|
b":",
|
||||||
// And the port, as a string
|
// And the port, as a string
|
||||||
last_port.to_string().as_bytes(),
|
last_port.to_string().as_bytes(),
|
||||||
// Which needs to end with a NULL byte
|
// Which needs to end with a NULL byte
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue