Skip to content

Commit

Permalink
Add clippy rule
Browse files Browse the repository at this point in the history
  • Loading branch information
richarddavison committed Jan 10, 2024
1 parent 09da49d commit e1a6a8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/numberparse/correct.rs
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ fn parse_large_integer(
start_idx: usize,
buf: &[u8],
negative: bool,
end_index: usize,
#[allow(unused_variables)] end_index: usize,
) -> Result<StaticNode> {
let mut idx = start_idx;
if negative {
Expand Down

0 comments on commit e1a6a8a

Please sign in to comment.