Skip to content

Commit

Permalink
Remove #![feature(alloc_layout_extra)] (#806)
Browse files Browse the repository at this point in the history
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`
  • Loading branch information
Aaron1011 authored and phil-opp committed May 20, 2020
1 parent 3c28d7f commit 7bfacb3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
#![feature(abi_x86_interrupt)]
#![feature(alloc_error_handler)]
#![feature(const_fn)]
#![feature(alloc_layout_extra)]
#![feature(const_in_array_repeat_expressions)]
#![test_runner(crate::test_runner)]
#![reexport_test_harness_main = "test_main"]
Expand Down

0 comments on commit 7bfacb3

Please sign in to comment.