From b4d5510bc536488c22940d6ed4f89f7739355bb0 Mon Sep 17 00:00:00 2001 From: Alex Janka Date: Wed, 8 Mar 2023 14:45:21 +1100 Subject: [PATCH] unused features --- lib/src/lib.rs | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/lib/src/lib.rs b/lib/src/lib.rs index 489e92f..56012c4 100644 --- a/lib/src/lib.rs +++ b/lib/src/lib.rs @@ -1,11 +1,4 @@ -#![feature( - exclusive_range_pattern, - let_chains, - slice_flatten, - async_closure, - bigint_helper_methods, - associated_type_defaults -)] +#![feature(exclusive_range_pattern, let_chains, bigint_helper_methods)] use crate::{processor::memory::Memory, util::pause}; use connect::{AudioOutput, EmulatorMessage, Renderer, RomFile};