mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
error: the item `GuestMemoryMmap` is imported redundantly
Error: --> vmm/src/vm.rs:3136:9
|
3135 | use super::*;
| -------- the item `GuestMemoryMmap` is already imported here
3136 | use crate::GuestMemoryMmap;
| ^^^^^^^^^^^^^^^^^^^^^^
|
= note: `-D unused-imports` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(unused_imports)]`
Signed-off-by: Rob Bradford <rbradford@rivosinc.com>