arch: aarch64: Remove import of TryInto
This is already provided by the prelude. Signed-off-by: Rob Bradford <rbradford@rivosinc.com>
This commit is contained in:
parent
521a0d1ade
commit
39ab482c47
1 changed files with 0 additions and 1 deletions
|
|
@ -16,7 +16,6 @@ use crate::{DeviceType, GuestMemoryMmap, NumaNodes, PciSpaceInfo, RegionType};
|
|||
use hypervisor::arch::aarch64::gic::Vgic;
|
||||
use log::{log_enabled, Level};
|
||||
use std::collections::HashMap;
|
||||
use std::convert::TryInto;
|
||||
use std::fmt::Debug;
|
||||
use std::sync::{Arc, Mutex};
|
||||
use vm_memory::{Address, GuestAddress, GuestMemory, GuestMemoryAtomic};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue