瀏覽代碼

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;