and another one
This commit is contained in:
parent
6499410713
commit
a925944010
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ where
|
|||
|
||||
fn process_messages(&mut self) {
|
||||
while let Ok(msg) = self.receiver.try_recv() {
|
||||
#[allow(clippy::single_match)]
|
||||
#[allow(clippy::single_match, unreachable_patterns)]
|
||||
match msg {
|
||||
EmulatorMessage::Stop => {
|
||||
self.cpu.memory.flush_rom();
|
||||
|
|
Loading…
Add table
Reference in a new issue