cloud-hypervisor/vmm
Wei Liu b959849149 vmm: drop unnecessary semicolon
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>
2021-01-27 14:43:20 +00:00
..
src vmm: drop unnecessary semicolon 2021-01-27 14:43:20 +00:00
Cargo.toml build(deps): bump log from 0.4.13 to 0.4.14 2021-01-27 12:48:52 +00:00