We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8339556 commit a225578Copy full SHA for a225578
src/bin/bios.rs
@@ -1,6 +1,4 @@
1
#![feature(lang_items)]
2
-#![feature(global_asm)]
3
-#![feature(asm)]
4
#![no_std]
5
#![no_main]
6
src/bin/uefi.rs
@@ -1,7 +1,6 @@
#![feature(abi_efiapi)]
#![feature(maybe_uninit_extra)]
#![deny(unsafe_op_in_unsafe_fn)]
7
src/lib.rs
@@ -66,7 +66,6 @@ for all possible configuration options.
66
*/
67
68
#![cfg_attr(not(feature = "builder"), no_std)]
69
70
71
#![feature(maybe_uninit_slice)]
72
0 commit comments