cloud-hypervisor/vmm
Bo Chen 585269ecb9 clippy: Address the issue 'field is never read'
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>
2021-06-24 08:55:43 +02:00
..
src clippy: Address the issue 'field is never read' 2021-06-24 08:55:43 +02:00
Cargo.toml build: bump libc from 0.2.96 to 0.2.97 2021-06-14 09:50:38 +00:00