diff options
Diffstat (limited to 'src/parser')
| -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() {  | 
