fix: remove unnecessary comptime qualifier on parameter

This commit is contained in:
Rekai Nyangadzayi Musuka 2023-04-20 15:41:32 -05:00
parent b353458d68
commit d0bcd7a886
1 changed files with 1 additions and 1 deletions

View File

@ -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