summaryrefslogtreecommitdiff
path: root/autofeur_db/src/trie.rs
diff options
context:
space:
mode:
Diffstat (limited to 'autofeur_db/src/trie.rs')
-rw-r--r--autofeur_db/src/trie.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/autofeur_db/src/trie.rs b/autofeur_db/src/trie.rs
index fbd392a..171a170 100644
--- a/autofeur_db/src/trie.rs
+++ b/autofeur_db/src/trie.rs
@@ -13,7 +13,6 @@ pub struct TrieNode<'a> {
}
impl<'a> TrieNode<'a> {
- // Create new node
pub fn new<'b>(is_final: bool) -> TrieNode<'b> {
TrieNode {
is_final,