diff options
| -rw-r--r-- | src/parser.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parser.rs b/src/parser.rs index b2512cc..00c967d 100644 --- a/src/parser.rs +++ b/src/parser.rs @@ -1,5 +1,5 @@ pub mod token; -pub mod conversion; +mod conversion; mod simplify; mod pest_rst; mod pair_ext_parse; |
