mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
```
warning: unneeded late initialization
--> devices/src/legacy/gpio_pl061.rs:258:9
|
258 | let value;
| ^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_late_init
= note: `-D clippy::needless-late-init` implied by `-D clippy::all`
```
Signed-off-by: Rob Bradford <rbradford@meta.com>