Remove unnecessary feature declarations
This CL removes `default_alloc_error_handler` annotations as this feature has been stabilized in Rust 1.68.0. Bug: 267698452 Test: m rust Change-Id: I9c0c099a522a1c9cc3acf92d40a6fd6b8e14277f
This commit is contained in:
parent
6c962da55b
commit
2116f5d3da
|
@ -16,7 +16,6 @@
|
|||
|
||||
#![no_main]
|
||||
#![no_std]
|
||||
#![feature(default_alloc_error_handler)]
|
||||
|
||||
extern crate alloc;
|
||||
|
||||
|
|
|
@ -16,7 +16,6 @@
|
|||
|
||||
#![no_main]
|
||||
#![no_std]
|
||||
#![feature(default_alloc_error_handler)]
|
||||
|
||||
mod exceptions;
|
||||
|
||||
|
|
|
@ -16,7 +16,6 @@
|
|||
|
||||
#![no_main]
|
||||
#![no_std]
|
||||
#![feature(default_alloc_error_handler)]
|
||||
|
||||
mod exceptions;
|
||||
mod layout;
|
||||
|
|
Loading…
Reference in New Issue