Skip to content

Commit 7ca0e0a

Browse files
richarddavisonLicenser
authored andcommitted
Add clippy rule
1 parent fbeea61 commit 7ca0e0a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/numberparse/correct.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ fn parse_large_integer(
247247
start_idx: usize,
248248
buf: &[u8],
249249
negative: bool,
250-
end_index: usize,
250+
#[allow(unused_variables)] end_index: usize,
251251
) -> Result<StaticNode> {
252252
let mut idx = start_idx;
253253
if negative {

0 commit comments

Comments
 (0)