mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-29 09:05:19 +00:00
3671f5e94c
error: redundant slicing of the whole range Error: --> devices/src/legacy/gpio_pl061.rs:298:37 | 298 | let value = read_le_u32(&data[..]); | ^^^^^^^^^ help: use the original slice instead: `data` | = note: `-D clippy::redundant-slicing` implied by `-D warnings` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_slicing Signed-off-by: Rob Bradford <robert.bradford@intel.com> |
||
---|---|---|
.. | ||
legacy | ||
acpi.rs | ||
gic.rs | ||
interrupt_controller.rs | ||
ioapic.rs | ||
lib.rs |