mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-04-01 20:04:37 +00:00
Issue from beta verion of clippy: error: field is never read: `type` --> vmm/src/cpu.rs:235:5 | 235 | pub r#type: u8, | ^^^^^^^^^^^^^^ | = note: `-D dead-code` implied by `-D warnings` Signed-off-by: Bo Chen <chen.bo@intel.com>