Skip to content

Commit

Permalink
build: Remove needless lifetime
Browse files Browse the repository at this point in the history
This change is suggested by Clippy.

Signed-off-by: Akira Moroo <retrage01@gmail.com>
  • Loading branch information
retrage committed Feb 12, 2023
1 parent 246e418 commit a8ceccc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/integration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -509,9 +509,9 @@ mod tests {
.expect("Expect launching Cloud Hypervisor to succeed")
}

fn spawn_qemu_common<'a>(
fn spawn_qemu_common(
tmp_dir: &TempDir,
fw: &'a Firmware,
fw: &Firmware,
os: &str,
ci: &str,
net: &GuestNetworkConfig,
Expand Down

0 comments on commit a8ceccc

Please sign in to comment.