Skip to content

Commit a48f2ef

Browse files
committed
Remove unnecessary feature abi_efiapi
1 parent d800c4f commit a48f2ef

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

uefi/src/main.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#![no_std]
22
#![no_main]
33
#![deny(unsafe_op_in_unsafe_fn)]
4-
#![feature(abi_efiapi)]
54

65
use crate::memory_descriptor::UefiMemoryDescriptor;
76
use bootloader_api::info::FrameBufferInfo;

0 commit comments

Comments
 (0)