We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d800c4f commit a48f2efCopy full SHA for a48f2ef
uefi/src/main.rs
@@ -1,7 +1,6 @@
1
#![no_std]
2
#![no_main]
3
#![deny(unsafe_op_in_unsafe_fn)]
4
-#![feature(abi_efiapi)]
5
6
use crate::memory_descriptor::UefiMemoryDescriptor;
7
use bootloader_api::info::FrameBufferInfo;
0 commit comments