aboutsummaryrefslogtreecommitdiffstats
path: root/src/parser/mod.rs
diff options
context:
space:
mode:
authorPhilipp A2018-10-29 15:12:55 +0100
committerPhilipp A2018-10-29 15:12:55 +0100
commit07ada348558204e1736e29056eba6d73b2084cc2 (patch)
treeaaa102c1282572824dffb8fc0c873816177a1a83 /src/parser/mod.rs
parent928da429a61fd98891f8b59fedb5f2de45dbc45d (diff)
downloadrust-rst-07ada348558204e1736e29056eba6d73b2084cc2.tar.bz2
Rust 2018
Diffstat (limited to 'src/parser/mod.rs')
-rw-r--r--src/parser/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parser/mod.rs b/src/parser/mod.rs
index ab7e232..2ae47cb 100644
--- a/src/parser/mod.rs
+++ b/src/parser/mod.rs
@@ -4,13 +4,13 @@ pub mod token;
use pest::consumes_to;
#[allow(unused_imports)]
use pest::parses_to;
+use pest_derive::*;
#[derive(Parser)]
#[grammar = "rst.pest"]
pub struct RstParser;
-
#[test]
fn plain() {
parses_to! {