diff options
| author | Philipp A | 2018-11-16 15:15:37 +0100 | 
|---|---|---|
| committer | Philipp A | 2018-11-16 15:15:37 +0100 | 
| commit | 8f8270f4b4745087dcddba60b23d88d6f3fa4fb6 (patch) | |
| tree | 904b25c7d2a33234bf9947308f8c59d354418034 /src/parser/tests.rs | |
| parent | 6316d8374655ff3debe33defc7697844fc8a7cb6 (diff) | |
| download | rust-rst-8f8270f4b4745087dcddba60b23d88d6f3fa4fb6.tar.bz2 | |
First doctree conversion code
Diffstat (limited to 'src/parser/tests.rs')
| -rw-r--r-- | src/parser/tests.rs | 2 | 
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() { | 
