From 8194f61b2c9497359420f01ea55f1d78d63ff533 Mon Sep 17 00:00:00 2001 From: Ahurac Date: Thu, 11 Apr 2024 21:36:37 +0200 Subject: [PATCH] =?UTF-8?q?command=5Fsequence=20:=20autorisation=20tempora?= =?UTF-8?q?ire=20de=20code=20mort=20pour=20la=20fonction=20`add`=20encore?= =?UTF-8?q?=20inutilis=C3=A9e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/command/command_sequence.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/command/command_sequence.rs b/src/command/command_sequence.rs index df61e36..ee7a09e 100644 --- a/src/command/command_sequence.rs +++ b/src/command/command_sequence.rs @@ -14,6 +14,7 @@ impl CommandSequence { } } + #[allow(dead_code)] pub fn add(&mut self, command: Box) { if self.next_command.is_none() { self.next_command = Some(Box::new(Self::new(command)));