summaryrefslogtreecommitdiffstats
path: root/vendor/object/src/read/pe/section.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/object/src/read/pe/section.rs')
-rw-r--r--vendor/object/src/read/pe/section.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/vendor/object/src/read/pe/section.rs b/vendor/object/src/read/pe/section.rs
index 439d42dac..2880e401f 100644
--- a/vendor/object/src/read/pe/section.rs
+++ b/vendor/object/src/read/pe/section.rs
@@ -143,7 +143,6 @@ pub type PeSectionIterator64<'data, 'file, R = &'data [u8]> =
#[derive(Debug)]
pub struct PeSectionIterator<'data, 'file, Pe, R = &'data [u8]>
where
- 'data: 'file,
Pe: ImageNtHeaders,
R: ReadRef<'data>,
{
@@ -178,7 +177,6 @@ pub type PeSection64<'data, 'file, R = &'data [u8]> =
#[derive(Debug)]
pub struct PeSection<'data, 'file, Pe, R = &'data [u8]>
where
- 'data: 'file,
Pe: ImageNtHeaders,
R: ReadRef<'data>,
{