Remove stabilised feature

This commit is contained in:
Gary Guo 2023-05-06 23:59:35 +01:00
parent b2ff52837f
commit 77f8403aae

View File

@ -1,6 +1,5 @@
#![no_std]
#![feature(start)]
#![feature(default_alloc_error_handler)]
extern crate alloc;
extern crate unwinding;