proxmox/proxmox-rrd/src
Maximiliano Sandoval b7100ecc1e rrd_map: remove unnecessary use of get().is_some()
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>
2024-08-28 13:09:15 +02:00
..
cache rrd_map: remove unnecessary use of get().is_some() 2024-08-28 13:09:15 +02:00
api_types.rs rrd: rustfmt and style fix 2024-08-09 11:20:15 +02:00
cache.rs rrd: rustfmt and style fix 2024-08-09 11:20:15 +02:00
lib.rs rrd: add api-types 2024-08-09 11:01:30 +02:00
rrd_v1.rs bump bitflags dependency to 2.4 2024-06-20 13:48:32 +02:00
rrd.rs rrd: spell out hard to understand abbreviations in public types 2024-02-01 10:32:19 +01:00