소스 검색

Remove stabilised feature

Gary Guo 1 년 전
부모
커밋
77f8403aae
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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;