cloud-hypervisor/virtio-devices
Rob Bradford 44eca31642 build: Fix beta clippy issue (needless_return)
warning: accessing first element with `data.get(0)`
    --> virtio-devices/src/transport/pci_device.rs:1055:34
     |
1055 |                 if let Some(v) = data.get(0) {
     |                                  ^^^^^^^^^^^ help: try: `data.first()`
     |
     = note: `#[warn(clippy::get_first)]` on by default
     = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#get_first

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
2022-06-30 20:50:45 +01:00
..
src build: Fix beta clippy issue (needless_return) 2022-06-30 20:50:45 +01:00
Cargo.toml build: bump serde_json from 1.0.81 to 1.0.82 2022-06-30 17:56:47 +01:00