this resolves a clippy lint that checks that `clone()` isn't called on `Copy` types as that is unnecessary [1]. [1]: https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy Signed-off-by: Shannon Sterz <s.sterz@proxmox.com>
this resolves a clippy lint that checks that `clone()` isn't called on `Copy` types as that is unnecessary [1]. [1]: https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy Signed-off-by: Shannon Sterz <s.sterz@proxmox.com>