mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-22 05:35:20 +00:00
qcow: Address Rust 1.51.0 clippy issue (redundant-semicolons)
error: unnecessary trailing semicolon --> qcow/src/qcow.rs:2050:14 | 2050 | }; | ^ help: remove this semicolon | = note: `-D redundant-semicolons` implied by `-D warnings` Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
parent
6dc3d60b2d
commit
bfbd75b2cf
@ -2047,7 +2047,7 @@ mod tests {
|
||||
struct Transfer {
|
||||
pub write: bool,
|
||||
pub addr: u64,
|
||||
};
|
||||
}
|
||||
|
||||
// Write transactions from mkfs.ext4.
|
||||
let xfers: Vec<Transfer> = vec![
|
||||
|
Loading…
Reference in New Issue
Block a user