Skip to content

Commit d04cc47

Browse files
committed
Remove #![feature(alloc_layout_extra)]
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 f118749 commit d04cc47

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib.rs

Lines changed: 0 additions & 1 deletion
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
#![feature(wake_trait)]
109
#![test_runner(crate::test_runner)]

0 commit comments

Comments
 (0)