mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-02-14 15:41:46 +00:00
The From and Display traits were not handling some of the enum definitions. We no longer have a default case for Display so any future misses will fail at build time. Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>