Skip to content

Commit f2376b7

Browse files
committed
xxx clippy
1 parent c591333 commit f2376b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/vmi-os-windows/src/pe/experimental.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ where
3131
data: Vec<u8>,
3232
}
3333

34-
impl<'pe, Driver, Pe> PeExportDirectory<'pe, Driver, Pe>
34+
impl<Driver, Pe> PeExportDirectory<'_, Driver, Pe>
3535
where
3636
Driver: VmiDriver,
3737
Driver::Architecture: Architecture + ArchAdapter<Driver>,
@@ -61,7 +61,7 @@ where
6161
data: Vec<u8>,
6262
}
6363

64-
impl<'pe, Driver, Pe> PeDebugDirectory<'pe, Driver, Pe>
64+
impl<Driver, Pe> PeDebugDirectory<'_, Driver, Pe>
6565
where
6666
Driver: VmiDriver,
6767
Driver::Architecture: Architecture + ArchAdapter<Driver>,

0 commit comments

Comments
 (0)