Skip to content

Commit

Permalink
style(Parse): clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
david-r-cox committed Jan 22, 2024
1 parent a2a3b37 commit a3d3ca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parse.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use nom::{
character::complete::*,
combinator::{map, map_res, opt, peek},
multi::{count, many0},
sequence::{preceded, separated_pair, terminated, tuple},
sequence::{preceded, terminated, tuple},
IResult,
};
use nom_tracable::tracable_parser;
Expand Down

0 comments on commit a3d3ca6

Please sign in to comment.