cloud-hypervisor/src
Rob Bradford bb5b9584d2 pci, ch-remote, vmm: Replace simple match blocks with matches!
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>
2020-10-09 10:49:54 +02:00
..
bin pci, ch-remote, vmm: Replace simple match blocks with matches! 2020-10-09 10:49:54 +02:00
main.rs main: Set default log level to warn!() equivalent. 2020-10-06 16:52:29 +01:00