Skip to content

Commit 90003be

Browse files
syntacticallysimongdavies
authored andcommitted
Remove clippy ignore that is not required now that PE files are gone
Signed-off-by: Simon Davies <[email protected]>
1 parent fff27a6 commit 90003be

File tree

1 file changed

+0
-4
lines changed
  • src/hyperlight_host/src/mem

1 file changed

+0
-4
lines changed

src/hyperlight_host/src/mem/exe.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ use super::elf::ElfInfo;
2424
use super::ptr_offset::Offset;
2525
use crate::Result;
2626

27-
// This is used extremely infrequently, so being unusually large for PE
28-
// files _really_ doesn't matter, and probably isn't really worth the
29-
// cost of an indirection.
30-
#[allow(clippy::large_enum_variant)]
3127
pub enum ExeInfo {
3228
Elf(ElfInfo),
3329
}

0 commit comments

Comments
 (0)