Skip to content

Commit

Permalink
disable warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Boris Zhguchev committed Apr 29, 2024
1 parent 5ad23c3 commit f069389
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/parser/errors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ use thiserror::Error;
use super::parser::Rule;

#[derive(Error, Debug)]
#[allow(clippy::large_enum_variant)]
pub enum JsonPathParserError<'a> {
#[error("Failed to parse rule: {0}")]
PestError(#[from] pest::error::Error<Rule>),
Expand Down

0 comments on commit f069389

Please sign in to comment.