proxmox/proxmox-rest-server
Lukas Wagner b4b186c544 clippy fix: calls to drop with a value that implements Copy
Dropping a copy leaves the original intact

See:
https://rust-lang.github.io/rust-clippy/master/index.html#drop_copy

I assume the `drop` was used to silence a 'unused variable' warning,
so I silenced it by other means.

Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
2023-08-08 11:29:36 +02:00
..
debian bump proxmox-rest-server to 0.4.2-1 2023-07-24 10:54:18 +02:00
examples rest-server: update example to new ApiConfig 2023-03-02 16:14:04 +01:00
src clippy fix: calls to drop with a value that implements Copy 2023-08-08 11:29:36 +02:00
Cargo.toml bump proxmox-rest-server to 0.4.2-1 2023-07-24 10:54:18 +02:00