unused features
This commit is contained in:
parent
f1e093a8a0
commit
b4d5510bc5
|
@ -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};
|
||||
|
|
Loading…
Reference in a new issue