mirror of
https://git.proxmox.com/git/proxmox
synced 2025-06-28 06:11:00 +00:00
![]() Fixes: warning: unnecessary use of `get(rel_path).is_some()` --> proxmox-rrd/src/cache/rrd_map.rs:107:21 | 107 | if self.map.get(rel_path).is_some() { | ^^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `contains_key(rel_path)` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_get_then_check Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com> |
||
---|---|---|
.. | ||
cache | ||
api_types.rs | ||
cache.rs | ||
lib.rs | ||
rrd_v1.rs | ||
rrd.rs |