f3f3c67267
Fixes the clippy warning: warning: unnecessary use of `get(realm).is_some()` --> pbs-config/src/domains.rs:68:58 | 68 | realm == "pbs" || realm == "pam" || domains.sections.get(realm).is_some() | ^^^^^^^^^^^^^^^^^^^^ help: replace it with: `contains_key(realm)` | = 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> |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |