mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-01-14 08:35:18 +00:00
9762c8bc28
warning: name `LocalAPIC` contains a capitalized acronym --> vmm/src/cpu.rs:197:8 | 197 | struct LocalAPIC { | ^^^^^^^^^ help: consider making the acronym lowercase, except the initial letter: `LocalApic` | = 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>