Skip to content

Commit

Permalink
xxx clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
wbenny committed Dec 13, 2024
1 parent c591333 commit f2376b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/vmi-os-windows/src/pe/experimental.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ where
data: Vec<u8>,
}

impl<'pe, Driver, Pe> PeExportDirectory<'pe, Driver, Pe>
impl<Driver, Pe> PeExportDirectory<'_, Driver, Pe>
where
Driver: VmiDriver,
Driver::Architecture: Architecture + ArchAdapter<Driver>,
Expand Down Expand Up @@ -61,7 +61,7 @@ where
data: Vec<u8>,
}

impl<'pe, Driver, Pe> PeDebugDirectory<'pe, Driver, Pe>
impl<Driver, Pe> PeDebugDirectory<'_, Driver, Pe>
where
Driver: VmiDriver,
Driver::Architecture: Architecture + ArchAdapter<Driver>,
Expand Down

0 comments on commit f2376b7

Please sign in to comment.