Skip to content

Commit

Permalink
Remove unnecessary feature abi_efiapi
Browse files Browse the repository at this point in the history
  • Loading branch information
jasoncouture committed Jan 29, 2023
1 parent d800c4f commit a48f2ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion uefi/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#![no_std]
#![no_main]
#![deny(unsafe_op_in_unsafe_fn)]
#![feature(abi_efiapi)]

use crate::memory_descriptor::UefiMemoryDescriptor;
use bootloader_api::info::FrameBufferInfo;
Expand Down

0 comments on commit a48f2ef

Please sign in to comment.