mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-01-15 09:05:18 +00:00
827229d8e4
warning: name `IORegion` contains a capitalized acronym --> pci/src/configuration.rs:320:5 | 320 | IORegion = 0x01, | ^^^^^^^^ help: consider making the acronym lowercase, except the initial letter (notice the capitalization): `IoRegion` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#upper_case_acronyms Signed-off-by: Rob Bradford <robert.bradford@intel.com>