From aac64480aa68dadb87cf9649c04571bf39cff29c Mon Sep 17 00:00:00 2001 From: JSDurand Date: Fri, 21 Jul 2023 11:45:16 +0800 Subject: bump version This bumping of version is insignificant. I just find it notable that I seem to finally obtain a version without trivial bugs. Hooray! --- chain/src/item/default/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chain/src/item/default/mod.rs') diff --git a/chain/src/item/default/mod.rs b/chain/src/item/default/mod.rs index e0e2296..0dc613b 100644 --- a/chain/src/item/default/mod.rs +++ b/chain/src/item/default/mod.rs @@ -1596,7 +1596,7 @@ mod item_test { let atom = DefaultAtom::from_grammar(grammar)?; - // atom.print_nullables(); + atom.print_nullables(); let mut forest: DefaultForest> = DefaultForest::new_leaf_raw( ForestLabel::new(GrammarLabel::new(TNT::Non(0), 0), ForestLabelType::Plain), -- cgit v1.2.3-18-g5258