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;