diff options
Diffstat (limited to 'crates/shirabe-seld-json-lint/src')
| -rw-r--r-- | crates/shirabe-seld-json-lint/src/parsing_exception.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/shirabe-seld-json-lint/src/parsing_exception.rs b/crates/shirabe-seld-json-lint/src/parsing_exception.rs index 9d3eaa57..7038f04a 100644 --- a/crates/shirabe-seld-json-lint/src/parsing_exception.rs +++ b/crates/shirabe-seld-json-lint/src/parsing_exception.rs @@ -26,7 +26,7 @@ pub struct ParsingExceptionDetails { #[derive(Debug)] pub struct ParsingException { inner: shirabe_php_shim::Exception, - pub(crate) details: Box<ParsingExceptionDetails>, + details: Box<ParsingExceptionDetails>, } impl ParsingException { |
