diff options
Diffstat (limited to 'crates/shirabe/src/json.rs')
| -rw-r--r-- | crates/shirabe/src/json.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/shirabe/src/json.rs b/crates/shirabe/src/json.rs index e5c34063..2f6068d3 100644 --- a/crates/shirabe/src/json.rs +++ b/crates/shirabe/src/json.rs @@ -1,5 +1,5 @@ pub mod json_file; -pub(crate) mod json_grammar; +mod json_grammar; pub mod json_manipulator; pub mod json_validation_exception; |
