From 265ff8f87dc7392fdf701f811eb2bf54d7bc6678 Mon Sep 17 00:00:00 2001 From: JSDurand 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. --- chain/src/item/mod.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'chain/src/item/mod.rs') diff --git a/chain/src/item/mod.rs b/chain/src/item/mod.rs index 7fafcc8..c614802 100644 --- a/chain/src/item/mod.rs +++ b/chain/src/item/mod.rs @@ -26,7 +26,6 @@ use core::borrow::Borrow; /// /// A segment represents every edge from the root node to the single /// terminating node. -#[allow(unused)] #[derive(Debug, Copy, Clone, Eq, PartialEq, Ord, PartialOrd, Hash)] pub enum PaSe { /// An edge from a node, as the n-th child. -- cgit v1.2.3-18-g5258