From 81e02e7e4c9dbfaded2729a3fdaab60b1baaf8bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Sat, 13 Nov 2021 21:44:24 +0100 Subject: [PATCH] savestate: Remove now unnecessary compiler feature MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maxime “pep” Buquet --- savestate/src/lib.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/savestate/src/lib.rs b/savestate/src/lib.rs index cb5afee..4114b29 100644 --- a/savestate/src/lib.rs +++ b/savestate/src/lib.rs @@ -13,8 +13,6 @@ // You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . -#![feature(debug_non_exhaustive)] - /// Nintendo Pokemon gen1 save state handling, based on /// https://bulbapedia.bulbagarden.net/wiki/Save_data_structure_in_Generation_I mod error;