mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-02-09 05:01:31 +00:00
This is a new clippy check introduced in 1.47 which requires the use of the matches!() macro for simple match blocks that return a boolean. Signed-off-by: Rob Bradford <robert.bradford@intel.com>