Browse Source

Remove stabilised feature

Gary Guo 1 year ago
parent
commit
77f8403aae
1 changed files with 0 additions and 1 deletions
  1. 0 1
      example/src/main.rs

+ 0 - 1
example/src/main.rs

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