mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-02-22 03:12:27 +00:00
Building with 1.51 nightly produces the following warning: warning: unnecessary trailing semicolon --> vmm/src/device_manager.rs:396:6 | 396 | }; | ^ help: remove this semicolon | = note: `#[warn(redundant_semicolons)]` on by default warning: 1 warning emitted Signed-off-by: Wei Liu <liuwe@microsoft.com>