From 0fcf9389f20238fd143400491e855b3357ed5a38 Mon Sep 17 00:00:00 2001 From: Nicolas del Valle Date: Fri, 12 Apr 2024 11:20:56 +0200 Subject: [PATCH] Fix clippy warnings --- src/commands/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/mod.rs b/src/commands/mod.rs index e2be90d..b53820a 100644 --- a/src/commands/mod.rs +++ b/src/commands/mod.rs @@ -163,7 +163,7 @@ impl CommandParser { } } - fn next_integer(&mut self) -> Result { + fn _next_integer(&mut self) -> Result { let frame = self .parts .next()