Remove stabilized c_unwind feature

This commit is contained in:
pjht 2024-09-04 10:52:21 -05:00
parent d752e84adb
commit fc4ad35577
Signed by: pjht
GPG Key ID: 7B5F6AFBEC7EE78E

View File

@ -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