[pbs-devel] [PATCH proxmox 02/18] use contains_key instead of .get().is_{some, none}()

Maximiliano Sandoval m.sandoval at proxmox.com
Wed Jun 26 14:07:50 CEST 2024


"Shannon Sterz" <s.sterz at proxmox.com> writes:

>
> you missed a "!" here `contains_key` returns `true` when the key is
> there, `is_none` is true when it isn't.
>

I knew separating those two into different commits would help. Thanks
sending v2 later today.

-- 
Maximiliano




More information about the pbs-devel mailing list