We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fff27a6 commit 90003beCopy full SHA for 90003be
src/hyperlight_host/src/mem/exe.rs
@@ -24,10 +24,6 @@ use super::elf::ElfInfo;
24
use super::ptr_offset::Offset;
25
use crate::Result;
26
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)]
31
pub enum ExeInfo {
32
Elf(ElfInfo),
33
}
0 commit comments