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:
Chris Wailes 2023-03-29 16:20:58 -07:00
parent 6c962da55b
commit 2116f5d3da
3 changed files with 0 additions and 3 deletions

View File

@ -16,7 +16,6 @@
#![no_main]
#![no_std]
#![feature(default_alloc_error_handler)]
extern crate alloc;

View File

@ -16,7 +16,6 @@
#![no_main]
#![no_std]
#![feature(default_alloc_error_handler)]
mod exceptions;

View File

@ -16,7 +16,6 @@
#![no_main]
#![no_std]
#![feature(default_alloc_error_handler)]
mod exceptions;
mod layout;