Cleanup feature gates.
This commit is contained in:
parent
3c7947ee43
commit
27d8cd7db0
111 changed files with 236 additions and 272 deletions
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
#![no_std]
|
||||
#![crate_type = "staticlib"]
|
||||
#![feature(panic_handler, alloc_error_handler)]
|
||||
#![feature(alloc_error_handler)]
|
||||
|
||||
#[panic_handler]
|
||||
fn panic(_: &core::panic::PanicInfo) -> ! {
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
#![no_std]
|
||||
#![crate_type = "staticlib"]
|
||||
#![feature(panic_handler, alloc_error_handler)]
|
||||
#![feature(alloc_error_handler)]
|
||||
|
||||
#[panic_handler]
|
||||
fn panic(_: &core::panic::PanicInfo) -> ! {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue