From a925944010848d885a7e0eba914685724a609123 Mon Sep 17 00:00:00 2001 From: Alex Janka Date: Thu, 28 Sep 2023 15:09:58 +1000 Subject: [PATCH] and another one --- lib/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/lib.rs b/lib/src/lib.rs index 67f81dd..e469b24 100644 --- a/lib/src/lib.rs +++ b/lib/src/lib.rs @@ -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();