summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 1ecd3b8..362e017 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -208,7 +208,7 @@ fn exec<T: MappedStructure>(input: &StatefulContext<T>, tokens: &Vec<Token>, buf
208 println!("Doesn't match."); 208 println!("Doesn't match.");
209 209
210 } 210 }
211 exec( &StatefulContext::full(input.root,d), code, buf )? 211 exec( &StatefulContext::root(d), code, buf )?
212 } 212 }
213 } 213 }
214 } 214 }