소스 검색

aml: remove stabilised `bool_to_option` feature

Isaac Woods 2 년 전
부모
커밋
d7b1f14216
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      aml/src/lib.rs

+ 1 - 1
aml/src/lib.rs

@@ -36,7 +36,7 @@
 //! combinator patterns to express the parse.
 
 #![no_std]
-#![feature(decl_macro, type_ascription, box_syntax, bool_to_option)]
+#![feature(decl_macro, type_ascription, box_syntax)]
 
 extern crate alloc;