mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +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:
+1
-1
@@ -2047,7 +2047,7 @@ mod tests {
|
|||||||
struct Transfer {
|
struct Transfer {
|
||||||
pub write: bool,
|
pub write: bool,
|
||||||
pub addr: u64,
|
pub addr: u64,
|
||||||
};
|
}
|
||||||
|
|
||||||
// Write transactions from mkfs.ext4.
|
// Write transactions from mkfs.ext4.
|
||||||
let xfers: Vec<Transfer> = vec![
|
let xfers: Vec<Transfer> = vec![
|
||||||
|
|||||||
Reference in New Issue
Block a user