Skip to content

Commit 7bfacb3

Browse files
Aaron1011phil-opp
authored andcommitted
Remove #![feature(alloc_layout_extra)] (#806)
A subset of this feature was stabilized in rust-lang/rust#69362, and none of the still-unstable methods are in use in `blog_os`
1 parent 3c28d7f commit 7bfacb3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
#![feature(abi_x86_interrupt)]
55
#![feature(alloc_error_handler)]
66
#![feature(const_fn)]
7-
#![feature(alloc_layout_extra)]
87
#![feature(const_in_array_repeat_expressions)]
98
#![test_runner(crate::test_runner)]
109
#![reexport_test_harness_main = "test_main"]

0 commit comments

Comments
 (0)