diff options
author | JSDurand <mmemmew@gmail.com> | 2023-07-21 11:45:16 +0800 |
---|---|---|
committer | JSDurand <mmemmew@gmail.com> | 2023-07-21 11:45:16 +0800 |
commit | aac64480aa68dadb87cf9649c04571bf39cff29c (patch) | |
tree | fadff76fc5f30a41ff9edfb88c62b4224155f6c1 /chain/src/item/default/mod.rs | |
parent | 081e3d2ed8d3f9b4e4d6fd864283a4230e09b25a (diff) |
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!
Diffstat (limited to 'chain/src/item/default/mod.rs')
-rw-r--r-- | chain/src/item/default/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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<ForestLabel<GrammarLabel>> = DefaultForest::new_leaf_raw( ForestLabel::new(GrammarLabel::new(TNT::Non(0), 0), ForestLabelType::Plain), |