summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorMike Buland <mike@xagasoft.com>2026-06-14 07:09:59 -0700
committerMike Buland <mike@xagasoft.com>2026-06-14 07:09:59 -0700
commit68745e87a73ed7cfa305ee5319b85aeef85eb088 (patch)
tree0a18f2543571dd095eacf06c4c7141b6e22093f1 /src/lib.rs
parent038884232b6efbabb414cb011fa0fc4e3b4c8fd6 (diff)
downloadcrimtag-68745e87a73ed7cfa305ee5319b85aeef85eb088.tar.gz
crimtag-68745e87a73ed7cfa305ee5319b85aeef85eb088.tar.bz2
crimtag-68745e87a73ed7cfa305ee5319b85aeef85eb088.tar.xz
crimtag-68745e87a73ed7cfa305ee5319b85aeef85eb088.zip
In progress...
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 }