and another one

This commit is contained in:
Alex Janka 2023-09-28 15:09:58 +10:00
parent 6499410713
commit a925944010

View file

@ -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();