Sfoglia il codice sorgente

Remove stabilised feature

Gary Guo 2 anni fa
parent
commit
77f8403aae
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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;