aboutsummaryrefslogtreecommitdiffstats
path: root/src/parser.rs
diff options
context:
space:
mode:
authorPhilipp A2018-12-02 15:37:28 +0100
committerPhilipp A2018-12-02 15:37:28 +0100
commitd649c218c1bfe556b70e8ff6f1b95bb6d74c2d0c (patch)
treecd11b1207c8cf9e0e2b41424d2b35465cfcfe386 /src/parser.rs
parent04e8c55fc345264deea85e23502e640ae6d6aea2 (diff)
downloadrust-rst-d649c218c1bfe556b70e8ff6f1b95bb6d74c2d0c.tar.bz2
Move block conversions to submodule
Diffstat (limited to 'src/parser.rs')
-rw-r--r--src/parser.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/parser.rs b/src/parser.rs
index 893f635..61d1be8 100644
--- a/src/parser.rs
+++ b/src/parser.rs
@@ -1,6 +1,7 @@
pub mod token;
pub mod conversion;
mod pest_rst;
+mod pair_ext_parse;
#[cfg(test)]
pub mod tests;