From fc4ad3557797c7c3a5d4416960cd4d1668c5cbfa Mon Sep 17 00:00:00 2001 From: pjht Date: Wed, 4 Sep 2024 10:52:21 -0500 Subject: [PATCH] Remove stabilized c_unwind feature --- src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 23e776e..876de48 100644 --- a/src/lib.rs +++ b/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