diff --git a/src/trie.zig b/src/trie.zig index b127f15..6a61f81 100644 --- a/src/trie.zig +++ b/src/trie.zig @@ -86,7 +86,7 @@ pub fn HashArrayMappedTrie(comptime K: type, comptime V: type, comptime Context: } } - pub fn insert(self: *Self, allocator: Allocator, comptime key: K, value: V) !void { + pub fn insert(self: *Self, allocator: Allocator, key: K, value: V) !void { const hash = Context.hash(key); // most siginificant t bits from hash