We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 06381af + 214ecbd commit dc74ce9Copy full SHA for dc74ce9
src/bin/uefi.rs
@@ -1,7 +1,6 @@
1
#![no_std]
2
#![no_main]
3
#![feature(abi_efiapi)]
4
-#![feature(maybe_uninit_extra)]
5
#![deny(unsafe_op_in_unsafe_fn)]
6
7
// Defines the constants `KERNEL_BYTES` (array of `u8`) and `KERNEL_SIZE` (`usize`).
src/lib.rs
@@ -66,7 +66,6 @@ for all possible configuration options.
66
*/
67
68
#![cfg_attr(not(feature = "builder"), no_std)]
69
70
#![feature(maybe_uninit_slice)]
71
72
#![warn(missing_docs)]
0 commit comments