aboutsummaryrefslogtreecommitdiffstats
path: root/src/parser/tests.rs
diff options
context:
space:
mode:
authorPhilipp A2018-11-16 15:15:37 +0100
committerPhilipp A2018-11-16 15:15:37 +0100
commit8f8270f4b4745087dcddba60b23d88d6f3fa4fb6 (patch)
tree904b25c7d2a33234bf9947308f8c59d354418034 /src/parser/tests.rs
parent6316d8374655ff3debe33defc7697844fc8a7cb6 (diff)
downloadrust-rst-8f8270f4b4745087dcddba60b23d88d6f3fa4fb6.tar.bz2
First doctree conversion code
Diffstat (limited to 'src/parser/tests.rs')
-rw-r--r--src/parser/tests.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parser/tests.rs b/src/parser/tests.rs
index 243cb26..40af5ac 100644
--- a/src/parser/tests.rs
+++ b/src/parser/tests.rs
@@ -1,6 +1,6 @@
use pest::consumes_to;
use pest::parses_to;
-use super::{RstParser, Rule};
+use super::pest_rst::{RstParser, Rule};
#[test]
fn plain() {