From 265ff8f87dc7392fdf701f811eb2bf54d7bc6678 Mon Sep 17 00:00:00 2001
From: JSDurand <mmemmew@gmail.com>
Date: Fri, 3 Feb 2023 10:52:35 +0800
Subject: Finally produced the first correct forest

Finally the prototype parser has produced the first correct forest.
It is my first time to generate a correct forest, in fact, ever since
the beginning of this project.
---
 nfa/src/default/regex.rs | 1 -
 1 file changed, 1 deletion(-)

(limited to 'nfa/src')

diff --git a/nfa/src/default/regex.rs b/nfa/src/default/regex.rs
index 9e1ed5c..5e0d53b 100644
--- a/nfa/src/default/regex.rs
+++ b/nfa/src/default/regex.rs
@@ -879,7 +879,6 @@ mod test_des_rec {
 
     use crate::desrec::DesRec;
 
-    #[allow(dead_code)]
     fn test_scanner<'a, 'b, T>(
         _parser: &'b DefaultRegParser<T>,
         input: &'a str,
-- 
cgit v1.2.3-18-g5258