浏览代码

c_unwind is now stable

Gary Guo 9 月之前
父节点
当前提交
c64f2cfe44
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/lib.rs

+ 0 - 1
src/lib.rs

@@ -1,5 +1,4 @@
 #![doc = include_str!("../README.md")]
-#![feature(c_unwind)]
 #![feature(naked_functions)]
 #![feature(non_exhaustive_omitted_patterns_lint)]
 // lang_items is an internal feature. `internal_features` lint is added recently