Skip to content

Commit

Permalink
Remove #![feature(alloc_layout_extra)]
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 committed May 19, 2020
1 parent f118749 commit d04cc47
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)]
#![feature(wake_trait)]
#![test_runner(crate::test_runner)]
Expand Down

0 comments on commit d04cc47

Please sign in to comment.