Skip to content

Commit

Permalink
Clippy suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
zslayton committed Jan 16, 2025
1 parent a4eacb7 commit 922d5f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lazy/text/buffer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2093,7 +2093,7 @@ where
}

pub fn incomplete_is_ok<'data, P>(
mut parser: P,
parser: P,
) -> impl Parser<TextBuffer<'data>, TextBuffer<'data>, IonParseError<'data>>
where
P: Parser<TextBuffer<'data>, TextBuffer<'data>, IonParseError<'data>>,
Expand Down
2 changes: 1 addition & 1 deletion src/lazy/text/parse_result.rs
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ pub struct UnrecognizedInputError {
winnow_error_kind: Option<ErrorKind>,
}

impl<'data> UnrecognizedInputError {
impl UnrecognizedInputError {
fn new() -> Self {
Self {
winnow_error_kind: None,
Expand Down

0 comments on commit 922d5f6

Please sign in to comment.