diff --git a/src/parser/errors.rs b/src/parser/errors.rs index aca5ce5..f171724 100644 --- a/src/parser/errors.rs +++ b/src/parser/errors.rs @@ -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),