Skip to content

Commit a225578

Browse files
committed
remove feature flag for 'asm' and 'global_asm'
1 parent 8339556 commit a225578

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

src/bin/bios.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
#![feature(lang_items)]
2-
#![feature(global_asm)]
3-
#![feature(asm)]
42
#![no_std]
53
#![no_main]
64

src/bin/uefi.rs

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

src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ for all possible configuration options.
6666
*/
6767

6868
#![cfg_attr(not(feature = "builder"), no_std)]
69-
#![feature(asm)]
7069
#![feature(maybe_uninit_extra)]
7170
#![feature(maybe_uninit_slice)]
7271
#![deny(unsafe_op_in_unsafe_fn)]

0 commit comments

Comments
 (0)