diff options
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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 | } |
