diff options
| author | Philipp A | 2019-03-31 23:25:55 +0200 | 
|---|---|---|
| committer | Philipp A | 2019-03-31 23:25:55 +0200 | 
| commit | a145092e69d5fcc5cc695ea9d924b2815a024e69 (patch) | |
| tree | 303e383d4ebd6e395c7fd907660880854079c72c /src/parser.rs | |
| parent | d6cc93c02ceb4730375df9a0ca4ae2ea01391737 (diff) | |
| download | rust-rst-a145092e69d5fcc5cc695ea9d924b2815a024e69.tar.bz2 | |
Hide private module
Diffstat (limited to 'src/parser.rs')
| -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; | 
