mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-22 05:35:20 +00:00
2f5e48d295
error: the item `read_le_u32` is imported redundantly Error: --> devices/src/legacy/rtc_pl031.rs:332:61 | 330 | use super::*; | -------- the item `read_le_u32` is already imported here 331 | use crate::{ 332 | read_be_u16, read_be_u32, read_le_i32, read_le_u16, read_le_u32, read_le_u64, write_be_u16, | ^^^^^^^^^^^ error: the item `write_le_u32` is imported redundantly Error: --> devices/src/legacy/rtc_pl031.rs:333:51 | 330 | use super::*; | -------- the item `write_le_u32` is already imported here ... 333 | write_be_u32, write_le_i32, write_le_u16, write_le_u32, write_le_u64, | ^^^^^^^^^^^^ error: the item `Arc` is imported redundantly Error: --> devices/src/legacy/rtc_pl031.rs:335:9 | 330 | use super::*; | -------- the item `Arc` is already imported here ... 335 | use std::sync::Arc; | ^^^^^^^^^^^^^^ Signed-off-by: Rob Bradford <rbradford@rivosinc.com> |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |