mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-22 05:35:20 +00:00
4d52150b87
error: the item `read_le_u32` is imported redundantly Error: --> devices/src/legacy/gpio_pl061.rs:342:17 | 341 | use super::*; | -------- the item `read_le_u32` is already imported here 342 | use crate::{read_le_u32, write_le_u32}; | ^^^^^^^^^^^ | = note: `-D unused-imports` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(unused_imports)]` error: the item `write_le_u32` is imported redundantly Error: --> devices/src/legacy/gpio_pl061.rs:342:30 | 341 | use super::*; | -------- the item `write_le_u32` is already imported here 342 | use crate::{read_le_u32, write_le_u32}; | ^^^^^^^^^^^^ error: the item `Arc` is imported redundantly Error: --> devices/src/legacy/gpio_pl061.rs:343:9 | 341 | use super::*; | -------- the item `Arc` is already imported here 342 | use crate::{read_le_u32, write_le_u32}; 343 | use std::sync::Arc; | ^^^^^^^^^^^^^^ Signed-off-by: Rob Bradford <rbradford@rivosinc.com> |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |