Skip to content

Commit

Permalink
Fix clippy warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelvalle authored and gillchristian committed Apr 12, 2024
1 parent ac648fe commit 0fcf938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ impl CommandParser {
}
}

fn next_integer(&mut self) -> Result<i64, CommandParserError> {
fn _next_integer(&mut self) -> Result<i64, CommandParserError> {
let frame = self
.parts
.next()
Expand Down

0 comments on commit 0fcf938

Please sign in to comment.