Skip to content

Commit d169a31

Browse files
committed
Remove stabilized features
1 parent 06f41a2 commit d169a31

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

src/bin/bios.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
#![feature(global_asm)]
33
#![feature(llvm_asm)]
44
#![feature(asm)]
5-
#![feature(slice_fill)]
65
#![no_std]
76
#![no_main]
87

src/bin/uefi.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
#![feature(abi_efiapi)]
44
#![feature(asm)]
55
#![feature(unsafe_block_in_unsafe_fn)]
6-
#![feature(min_const_generics)]
76
#![feature(maybe_uninit_extra)]
87
#![deny(unsafe_op_in_unsafe_fn)]
98

src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
//! blog for an explanation.
77
88
#![cfg_attr(not(feature = "builder"), no_std)]
9-
#![feature(min_const_generics)]
10-
#![feature(slice_fill)]
119
#![feature(asm)]
1210
#![feature(unsafe_block_in_unsafe_fn)]
1311
#![feature(maybe_uninit_extra)]

0 commit comments

Comments
 (0)