rust-vmm / vm-virtio

virtio implementation
Apache License 2.0
361 stars 87 forks source link

fix "useless-vec" clippy warning #263

Closed Ablu closed 10 months ago

Ablu commented 10 months ago

This warning is new in latest Rust and breaks when updating the CI environment [1].

[1] https://github.com/rust-vmm/vm-virtio/pull/258

Requirements

Before submitting your PR, please make sure you addressed the following requirements: