Skip to content

Commit 3c32486

Browse files
committed
Clippy
Signed-off-by: Ludvig Liljenberg <[email protected]>
1 parent b285226 commit 3c32486

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hyperlight_host/src/mem/shared_mem.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ use windows::Win32::System::Memory::PAGE_READWRITE;
3030
#[cfg(target_os = "windows")]
3131
use windows::Win32::System::Memory::{
3232
CreateFileMappingA, FILE_MAP_ALL_ACCESS, MEMORY_MAPPED_VIEW_ADDRESS, MapViewOfFile,
33-
PAGE_EXECUTE_READWRITE, PAGE_NOACCESS, PAGE_PROTECTION_FLAGS, UnmapViewOfFile, VirtualProtect,
33+
PAGE_NOACCESS, PAGE_PROTECTION_FLAGS, UnmapViewOfFile, VirtualProtect,
3434
};
3535
#[cfg(target_os = "windows")]
3636
use windows::core::PCSTR;

0 commit comments

Comments
 (0)