summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 5412ed7..b7252a3 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -480,6 +480,9 @@ extern "C" fn parser_parse(
match forest {
Ok(forest) => {
+ // use graph::Graph;
+ // forest.print_viz("test forest.gv").unwrap();
+
Box::leak(parser_box);
let mut bytes = bytes::forest_to_bytes(&forest);