소스 검색

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