gamedig / rust-gamedig

Game Server Query Library.
https://crates.io/crates/gamedig
MIT License
36 stars 10 forks source link

[Clippy] Remove .clone() from timeout_settings as it is now Copy #127

Closed Douile closed 9 months ago

Douile commented 9 months ago

These clones are unnecessary when the type implements Copy and this was generating clippy warnings.

CosminPerRam commented 9 months ago

Great catch.