mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-01-01 02:25: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> |
||
---|---|---|
.. | ||
cmos.rs | ||
fwdebug.rs | ||
gpio_pl061.rs | ||
i8042.rs | ||
mod.rs | ||
rtc_pl031.rs | ||
serial.rs | ||
uart_pl011.rs |